summaryrefslogtreecommitdiffstats
path: root/vr_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-07-31 23:53:16 +0200
committerTao Bao <tbao@google.com>2018-08-01 00:14:40 +0200
commit0bc88de7aabaec09fb2408ce008bbed41b56cfa5 (patch)
treee21c2394673bddde76b2dc2ace512c0c4260659d /vr_ui.h
parentMerge "recovery: Add ability to interrupt UI" (diff)
downloadandroid_bootable_recovery-0bc88de7aabaec09fb2408ce008bbed41b56cfa5.tar
android_bootable_recovery-0bc88de7aabaec09fb2408ce008bbed41b56cfa5.tar.gz
android_bootable_recovery-0bc88de7aabaec09fb2408ce008bbed41b56cfa5.tar.bz2
android_bootable_recovery-0bc88de7aabaec09fb2408ce008bbed41b56cfa5.tar.lz
android_bootable_recovery-0bc88de7aabaec09fb2408ce008bbed41b56cfa5.tar.xz
android_bootable_recovery-0bc88de7aabaec09fb2408ce008bbed41b56cfa5.tar.zst
android_bootable_recovery-0bc88de7aabaec09fb2408ce008bbed41b56cfa5.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;