summaryrefslogtreecommitdiffstats
path: root/vr_ui.h
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-10-25 05:01:42 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-10-25 05:01:42 +0200
commit94c230d84f28ac8742179afc8608cab3b0c7f704 (patch)
treec61ef3a9fd062733e2f24b27146ba2a474798c91 /vr_ui.h
parentSnap for 5087535 from a23b567dcb7e35739edae72a6e549d794a207596 to qt-release (diff)
parent[automerger skipped] Merge pie-platform-release to aosp-master - DO NOT MERGE am: 0db98fa501 -s ours am: 5168a610d2 -s ours (diff)
downloadandroid_bootable_recovery-94c230d84f28ac8742179afc8608cab3b0c7f704.tar
android_bootable_recovery-94c230d84f28ac8742179afc8608cab3b0c7f704.tar.gz
android_bootable_recovery-94c230d84f28ac8742179afc8608cab3b0c7f704.tar.bz2
android_bootable_recovery-94c230d84f28ac8742179afc8608cab3b0c7f704.tar.lz
android_bootable_recovery-94c230d84f28ac8742179afc8608cab3b0c7f704.tar.xz
android_bootable_recovery-94c230d84f28ac8742179afc8608cab3b0c7f704.tar.zst
android_bootable_recovery-94c230d84f28ac8742179afc8608cab3b0c7f704.zip
Diffstat (limited to 'vr_ui.h')
-rw-r--r--vr_ui.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/vr_ui.h b/vr_ui.h
index 63c0f2465..2e8ac5921 100644
--- a/vr_ui.h
+++ b/vr_ui.h
@@ -33,11 +33,12 @@ class VrRecoveryUI : public ScreenRecoveryUI {
int ScreenWidth() const override;
int ScreenHeight() const override;
- void DrawSurface(GRSurface* surface, int sx, int sy, int w, int h, int dx, int dy) const override;
+ void DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx,
+ int dy) const override;
int DrawHorizontalRule(int y) const override;
void DrawHighlightBar(int x, int y, int width, int height) const override;
void DrawFill(int x, int y, int w, int h) const override;
- void DrawTextIcon(int x, int y, GRSurface* surface) const override;
+ void DrawTextIcon(int x, int y, const GRSurface* surface) const override;
int DrawTextLine(int x, int y, const std::string& line, bool bold) const override;
};