summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2019-01-02 20:35:38 +0100
committerDavid Anderson <dvander@google.com>2019-02-12 04:22:03 +0100
commit983e2d571814ffaf9a88bc6cbc976ff3445d4aae (patch)
treee4b27f45eb173760b939c9261176047da8b0b40a /screen_ui.h
parentMerge "Defer marking boot successful when checkpointing" (diff)
downloadandroid_bootable_recovery-983e2d571814ffaf9a88bc6cbc976ff3445d4aae.tar
android_bootable_recovery-983e2d571814ffaf9a88bc6cbc976ff3445d4aae.tar.gz
android_bootable_recovery-983e2d571814ffaf9a88bc6cbc976ff3445d4aae.tar.bz2
android_bootable_recovery-983e2d571814ffaf9a88bc6cbc976ff3445d4aae.tar.lz
android_bootable_recovery-983e2d571814ffaf9a88bc6cbc976ff3445d4aae.tar.xz
android_bootable_recovery-983e2d571814ffaf9a88bc6cbc976ff3445d4aae.tar.zst
android_bootable_recovery-983e2d571814ffaf9a88bc6cbc976ff3445d4aae.zip
Diffstat (limited to '')
-rw-r--r--screen_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/screen_ui.h b/screen_ui.h
index acd44c819..5cda2a2e5 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -345,6 +345,8 @@ class ScreenRecoveryUI : public RecoveryUI, public DrawInterface {
std::unique_ptr<GRSurface> wipe_data_confirmation_text_;
std::unique_ptr<GRSurface> wipe_data_menu_header_text_;
+ std::unique_ptr<GRSurface> fastbootd_logo_;
+
// current_icon_ points to one of the frames in intro_frames_ or loop_frames_, indexed by
// current_frame_, or error_icon_.
Icon current_icon_;