| Index: chrome/browser/android/vr_shell/vr_shell.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_shell.h b/chrome/browser/android/vr_shell/vr_shell.h
|
| index 79850d36e75d55fa6057267c03232a3548e1110c..86b7d636b7658197f214d4f610a326ee7a39639d 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -129,7 +129,6 @@ class VrShell : public device::PresentingGvrDelegate,
|
|
|
| void ContentSurfaceChanged(jobject surface);
|
| void GvrDelegateReady();
|
| - void AppButtonGesturePerformed(UiInterface::Direction direction);
|
|
|
| void ContentPhysicalBoundsChanged(
|
| JNIEnv* env,
|
| @@ -184,7 +183,6 @@ class VrShell : public device::PresentingGvrDelegate,
|
|
|
| bool vr_shell_enabled_;
|
|
|
| - std::unique_ptr<UiInterface> ui_;
|
| bool content_paused_ = false;
|
| bool webvr_mode_ = false;
|
|
|
| @@ -204,6 +202,7 @@ class VrShell : public device::PresentingGvrDelegate,
|
|
|
| scoped_refptr<base::SingleThreadTaskRunner> main_thread_task_runner_;
|
| std::unique_ptr<VrGLThread> gl_thread_;
|
| + UiInterface* ui_;
|
| bool reprojected_rendering_;
|
|
|
| jobject content_surface_ = nullptr;
|
|
|