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

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

Issue 2727873002: Implement lazy initialization for VrShellDelegate (Closed)
Patch Set: Fix FindBugs errors - neat! Created 3 years, 10 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_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 1f82f88c4c292b42f0b2f7586a3c4d30cf0b0116..b04cb8a071418c2e3214013f536ec6c3467f5bdc 100644
--- a/chrome/browser/android/vr_shell/vr_shell_gl.h
+++ b/chrome/browser/android/vr_shell/vr_shell_gl.h
@@ -82,7 +82,6 @@ class VrShellGl : public device::mojom::VRVSyncProvider {
void UpdateWebVRTextureBounds(int16_t frame_index,
const gvr::Rectf& left_bounds,
const gvr::Rectf& right_bounds);
- void SetGvrPoseForWebVr(const gvr::Mat4f& pose, uint32_t pose_num);
gvr::Sizei GetWebVRCompositorSurfaceSize();
void UpdateScene(std::unique_ptr<base::ListValue> commands);

Powered by Google App Engine
This is Rietveld 408576698