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

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

Issue 2950173002: VR: System indicator rework. (Closed)
Patch Set: Address comments; increase size slightly for readability, now that position is dynamic. 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
Index: chrome/browser/android/vr_shell/vr_gl_thread.h
diff --git a/chrome/browser/android/vr_shell/vr_gl_thread.h b/chrome/browser/android/vr_shell/vr_gl_thread.h
index 61b9a0ed987b9f57b1bdc1d4810e7f323192964a..95ff30eebe87427835c534c28cc4326c84e3a4e7 100644
--- a/chrome/browser/android/vr_shell/vr_gl_thread.h
+++ b/chrome/browser/android/vr_shell/vr_gl_thread.h
@@ -46,7 +46,7 @@ class VrGLThread : public base::Thread,
return weak_scene_manager_;
}
- // GlBrowserInterface implementation (VrShellGl calling to VrShell).
+ // GlBrowserInterface implementation (VrShellGl calling out to UI/VrShell).
void ContentSurfaceChanged(jobject surface) override;
void GvrDelegateReady(gvr::ViewerType viewer_type) override;
void UpdateGamepadData(device::GvrGamepadData) override;
@@ -60,6 +60,7 @@ class VrGLThread : public base::Thread,
device::mojom::VRDisplayInfoPtr* info) override;
void OnContentPaused(bool enabled) override;
void ToggleCardboardGamepad(bool enabled) override;
+ void OnGLInitialized() override;
// UiBrowserInterface implementation (UI calling to VrShell).
void ExitPresent() override;
« no previous file with comments | « chrome/browser/android/vr_shell/ui_scene_manager.cc ('k') | chrome/browser/android/vr_shell/vr_gl_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698