summaryrefslogtreecommitdiffstats
path: root/vr_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-07-02 04:54:16 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-07-02 04:54:16 +0200
commit154a6e71a68a43c4dbd715745e120f27aac10e19 (patch)
tree3b77dc4311e746e4d1c4f97aca0dc245e09f6434 /vr_ui.h
parentscreen_ui: Compute the top and bottom gaps. am: f95e686dd0 -s ours (diff)
parentMerge "Update ScreenRecoveryUI::Draw* function signatures." am: c8e338fa9c am: c24d97fafa (diff)
downloadandroid_bootable_recovery-154a6e71a68a43c4dbd715745e120f27aac10e19.tar
android_bootable_recovery-154a6e71a68a43c4dbd715745e120f27aac10e19.tar.gz
android_bootable_recovery-154a6e71a68a43c4dbd715745e120f27aac10e19.tar.bz2
android_bootable_recovery-154a6e71a68a43c4dbd715745e120f27aac10e19.tar.lz
android_bootable_recovery-154a6e71a68a43c4dbd715745e120f27aac10e19.tar.xz
android_bootable_recovery-154a6e71a68a43c4dbd715745e120f27aac10e19.tar.zst
android_bootable_recovery-154a6e71a68a43c4dbd715745e120f27aac10e19.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