summaryrefslogtreecommitdiffstats
path: root/vr_ui.h
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-07-02 04:42:46 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-07-02 04:42:46 +0200
commitc8e338fa9c19e3a017a9641035279c23e5c57d8d (patch)
tree42bc24468b6d9ba025cf10d0ba1d855295cc8e3d /vr_ui.h
parentMerge "screen_ui: Compute the top and bottom gaps." (diff)
parentUpdate ScreenRecoveryUI::Draw* function signatures. (diff)
downloadandroid_bootable_recovery-c8e338fa9c19e3a017a9641035279c23e5c57d8d.tar
android_bootable_recovery-c8e338fa9c19e3a017a9641035279c23e5c57d8d.tar.gz
android_bootable_recovery-c8e338fa9c19e3a017a9641035279c23e5c57d8d.tar.bz2
android_bootable_recovery-c8e338fa9c19e3a017a9641035279c23e5c57d8d.tar.lz
android_bootable_recovery-c8e338fa9c19e3a017a9641035279c23e5c57d8d.tar.xz
android_bootable_recovery-c8e338fa9c19e3a017a9641035279c23e5c57d8d.tar.zst
android_bootable_recovery-c8e338fa9c19e3a017a9641035279c23e5c57d8d.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