Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2773)

Unified Diff: chrome/browser/android/vr_shell/vr_shell.h

Issue 2866853002: VR: Wire VrShell UI-related state to the scene manager. (Closed)
Patch Set: Rebase; remove now-unused source file. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/android/vr_shell/vr_gl_thread.cc ('k') | chrome/browser/android/vr_shell/vr_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 41a771d25a99e28619b7fd7676113d87ed47567c..3838edfb93c4bcb584138aeadbeb155d31bdb413 100644
--- a/chrome/browser/android/vr_shell/vr_shell.h
+++ b/chrome/browser/android/vr_shell/vr_shell.h
@@ -130,7 +130,6 @@ class VrShell : public device::PresentingGvrDelegate,
void ContentSurfaceChanged(jobject surface);
void GvrDelegateReady();
- void AppButtonGesturePerformed(UiInterface::Direction direction);
void ContentPhysicalBoundsChanged(
JNIEnv* env,
@@ -185,7 +184,6 @@ class VrShell : public device::PresentingGvrDelegate,
bool vr_shell_enabled_;
- std::unique_ptr<UiInterface> ui_;
bool content_paused_ = false;
bool webvr_mode_ = false;
@@ -205,6 +203,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;
« no previous file with comments | « chrome/browser/android/vr_shell/vr_gl_thread.cc ('k') | chrome/browser/android/vr_shell/vr_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698