| 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 bf668d5d0fe1f604a378085454f224a540468f4b..ae3d1364ebb61a69aceec40f41a86c213aac12ed 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -202,9 +202,9 @@ class VrShell : public device::PresentingGvrDelegate,
|
| void SubmitWebVRFrame(int16_t frame_index,
|
| const gpu::MailboxHolder& mailbox) override;
|
| void UpdateWebVRTextureBounds(int16_t frame_index,
|
| - const gvr::Rectf& left_bounds,
|
| - const gvr::Rectf& right_bounds,
|
| - const gvr::Sizei& source_size) override;
|
| + const gfx::RectF& left_bounds,
|
| + const gfx::RectF& right_bounds,
|
| + const gfx::Size& source_size) override;
|
| void OnVRVsyncProviderRequest(
|
| device::mojom::VRVSyncProviderRequest request) override;
|
| void UpdateVSyncInterval(int64_t timebase_nanos,
|
|
|