summaryrefslogtreecommitdiffstats
path: root/vr_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-08-03 23:51:20 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-03 23:51:20 +0200
commit2117b4bd078708a71455548eddd89ddf671dd021 (patch)
treef0b5eab61305f14769ede83f4e700c275ea3fe79 /vr_ui.h
parentMerge "Remove non-A/B mention from README." (diff)
parentui: Read custom recovery UI values via system property. (diff)
downloadandroid_bootable_recovery-2117b4bd078708a71455548eddd89ddf671dd021.tar
android_bootable_recovery-2117b4bd078708a71455548eddd89ddf671dd021.tar.gz
android_bootable_recovery-2117b4bd078708a71455548eddd89ddf671dd021.tar.bz2
android_bootable_recovery-2117b4bd078708a71455548eddd89ddf671dd021.tar.lz
android_bootable_recovery-2117b4bd078708a71455548eddd89ddf671dd021.tar.xz
android_bootable_recovery-2117b4bd078708a71455548eddd89ddf671dd021.tar.zst
android_bootable_recovery-2117b4bd078708a71455548eddd89ddf671dd021.zip
Diffstat (limited to '')
-rw-r--r--vr_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vr_ui.h b/vr_ui.h
index 08384ce9f..63c0f2465 100644
--- a/vr_ui.h
+++ b/vr_ui.h
@@ -28,7 +28,7 @@ class VrRecoveryUI : public ScreenRecoveryUI {
protected:
// Pixel offsets to move drawing functions to visible range.
// Can vary per device depending on screen size and lens distortion.
- const int kStereoOffset;
+ const int stereo_offset_;
int ScreenWidth() const override;
int ScreenHeight() const override;