| Index: chrome/browser/android/vr_shell/vr_shell.cc
|
| diff --git a/chrome/browser/android/vr_shell/vr_shell.cc b/chrome/browser/android/vr_shell/vr_shell.cc
|
| index 5878c722a2e404d8407aa76bf1fbcec58c0840ca..67efc837b3552c4a1d9b0240118f45a6312234aa 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.cc
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.cc
|
| @@ -370,9 +370,9 @@ void VrShell::SubmitControllerModel(std::unique_ptr<VrControllerModel> model) {
|
| }
|
|
|
| void VrShell::UpdateWebVRTextureBounds(int16_t frame_index,
|
| - const gvr::Rectf& left_bounds,
|
| - const gvr::Rectf& right_bounds,
|
| - const gvr::Sizei& source_size) {
|
| + const gfx::RectF& left_bounds,
|
| + const gfx::RectF& right_bounds,
|
| + const gfx::Size& source_size) {
|
| PostToGlThreadWhenReady(base::Bind(&VrShellGl::UpdateWebVRTextureBounds,
|
| gl_thread_->GetVrShellGl(), frame_index,
|
| left_bounds, right_bounds, source_size));
|
|
|