summaryrefslogtreecommitdiffstats
path: root/vr_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-08-04 02:11:37 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-08-04 02:11:37 +0200
commit06fcb361677479c30a1f7932762ff93193b65feb (patch)
treef6ede4d70751e7a17f7729f2a5823ae5c488a4e4 /vr_ui.h
parentMerge "Remove non-A/B mention from README." am: f8b04fe48d am: a5d6a661c6 am: e9775341be (diff)
parentMerge "ui: Read custom recovery UI values via system property." am: 2117b4bd07 am: 17bf8d0518 (diff)
downloadandroid_bootable_recovery-06fcb361677479c30a1f7932762ff93193b65feb.tar
android_bootable_recovery-06fcb361677479c30a1f7932762ff93193b65feb.tar.gz
android_bootable_recovery-06fcb361677479c30a1f7932762ff93193b65feb.tar.bz2
android_bootable_recovery-06fcb361677479c30a1f7932762ff93193b65feb.tar.lz
android_bootable_recovery-06fcb361677479c30a1f7932762ff93193b65feb.tar.xz
android_bootable_recovery-06fcb361677479c30a1f7932762ff93193b65feb.tar.zst
android_bootable_recovery-06fcb361677479c30a1f7932762ff93193b65feb.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 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;