summaryrefslogtreecommitdiffstats
path: root/vr_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-07-02 04:51:46 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-07-02 04:51:46 +0200
commit9e62767759982747c827dca60b539f597708501b (patch)
treeb8cfe383ee5911cf0375e6c4cdcaa69534b9bb91 /vr_ui.h
parentscreen_ui: Compute the top and bottom gaps. (diff)
parentMerge "Update ScreenRecoveryUI::Draw* function signatures." am: c8e338fa9c (diff)
downloadandroid_bootable_recovery-9e62767759982747c827dca60b539f597708501b.tar
android_bootable_recovery-9e62767759982747c827dca60b539f597708501b.tar.gz
android_bootable_recovery-9e62767759982747c827dca60b539f597708501b.tar.bz2
android_bootable_recovery-9e62767759982747c827dca60b539f597708501b.tar.lz
android_bootable_recovery-9e62767759982747c827dca60b539f597708501b.tar.xz
android_bootable_recovery-9e62767759982747c827dca60b539f597708501b.tar.zst
android_bootable_recovery-9e62767759982747c827dca60b539f597708501b.zip
Diffstat (limited to 'vr_ui.h')
-rw-r--r--vr_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vr_ui.h b/vr_ui.h
index da2163402..d996c145f 100644
--- a/vr_ui.h
+++ b/vr_ui.h
@@ -30,7 +30,7 @@ class VrRecoveryUI : public ScreenRecoveryUI {
bool InitTextParams() override;
- void DrawTextLine(int x, int* y, const char* line, bool bold) const override;
+ int DrawTextLine(int x, int y, const char* line, bool bold) const override;
};
#endif // RECOVERY_VR_UI_H