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

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

Issue 2929483003: VR: Further split common code from Android-specific code. (Closed)
Patch Set: Created 3 years, 6 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.h ('k') | chrome/browser/android/vr_shell/vr_shell_gl.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_gl.h
diff --git a/chrome/browser/android/vr_shell/vr_shell_gl.h b/chrome/browser/android/vr_shell/vr_shell_gl.h
index ecaf524f46f13499d8b16561717f87a5290fb8bc..afbd736dfa009a9aef736fe56800a22d8db60272 100644
--- a/chrome/browser/android/vr_shell/vr_shell_gl.h
+++ b/chrome/browser/android/vr_shell/vr_shell_gl.h
@@ -47,7 +47,7 @@ class MailboxToSurfaceBridge;
class SlidingAverage;
class UiElement;
class UiScene;
-class VrBrowserInterface;
+class GlBrowserInterface;
class VrController;
class VrShell;
class VrShellRenderer;
@@ -66,7 +66,7 @@ struct WebVrBounds {
// It is not threadsafe and must only be used on the GL thread.
class VrShellGl : public device::mojom::VRVSyncProvider {
public:
- VrShellGl(VrBrowserInterface* browser,
+ VrShellGl(GlBrowserInterface* browser,
gvr_context* gvr_api,
bool initially_web_vr,
bool reprojected_rendering,
@@ -266,7 +266,7 @@ class VrShellGl : public device::mojom::VRVSyncProvider {
mojo::Binding<device::mojom::VRVSyncProvider> binding_;
device::mojom::VRSubmitFrameClientPtr submit_client_;
- VrBrowserInterface* browser_;
+ GlBrowserInterface* browser_;
UiScene* scene_ = nullptr;
« no previous file with comments | « chrome/browser/android/vr_shell/vr_gl_thread.h ('k') | chrome/browser/android/vr_shell/vr_shell_gl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698