| 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 0f18ae2ead519abe50f7d2c0bc2096165c74c0e6..bed9098ea7d7d7245dc912c95abe98ed453799b4 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -68,6 +68,7 @@ class VrShell : public device::GvrDelegate {
|
| void SetUiTextureSize(int width, int height);
|
|
|
| // device::GvrDelegate implementation
|
| + void SetWebVRSecureOrigin(bool secure_origin) override;
|
| void SubmitWebVRFrame() override;
|
| void UpdateWebVRTextureBounds(
|
| int eye, float left, float top, float width, float height) override;
|
| @@ -151,6 +152,7 @@ class VrShell : public device::GvrDelegate {
|
| int ui_tex_height_ = 0;
|
|
|
| bool webvr_mode_ = false;
|
| + bool webvr_secure_origin_ = false;
|
|
|
| base::WeakPtrFactory<VrShell> weak_ptr_factory_;
|
|
|
|
|