| 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 ccff37fc607841bfdc5032bd1adea5edfd7be7b4..b1fe6a972ce10b6ccc885b556a1f2c98ab746918 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.cc
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.cc
|
| @@ -268,6 +268,13 @@ void VrShell::SetWebVrMode(JNIEnv* env,
|
| }
|
| }
|
|
|
| +void VrShell::OnLoadProgressChanged(
|
| + JNIEnv* env,
|
| + const base::android::JavaParamRef<jobject>& obj,
|
| + double progress) {
|
| + html_interface_->SetLoadProgress(progress);
|
| +}
|
| +
|
| void VrShell::SetGvrPoseForWebVr(const gvr::Mat4f& pose, uint32_t pose_num) {
|
| GLThread* thread = static_cast<GLThread*>(gl_thread_.get());
|
| if (thread->IsRunning()) {
|
|
|