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 45ded1a7faf71c38d20b6aca4832c0c236fe9f09..76e1bf78364306632237af35107f70ac474d70c9 100644 |
--- a/chrome/browser/android/vr_shell/vr_shell_gl.h |
+++ b/chrome/browser/android/vr_shell/vr_shell_gl.h |
@@ -77,7 +77,8 @@ class VrShellGl { |
void UIPhysicalBoundsChanged(int width, int height); |
base::WeakPtr<VrShellGl> GetWeakPtr(); |
- void UpdateWebVRTextureBounds(const gvr::Rectf& left_bounds, |
+ void UpdateWebVRTextureBounds(uint32_t frame_index, |
+ const gvr::Rectf& left_bounds, |
const gvr::Rectf& right_bounds); |
gvr::GvrApi* gvr_api(); |
void SetGvrPoseForWebVr(const gvr::Mat4f& pose, uint32_t pose_num); |