| Index: chrome/browser/android/vr_shell/vr_web_contents_observer.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_web_contents_observer.h b/chrome/browser/android/vr_shell/vr_web_contents_observer.h
|
| index 03e7d086e3287c4ad448ca09559a505dacf3c13b..6c6309b791dad2ab692117e5ef27b7f9ddb50cb6 100644
|
| --- a/chrome/browser/android/vr_shell/vr_web_contents_observer.h
|
| +++ b/chrome/browser/android/vr_shell/vr_web_contents_observer.h
|
| @@ -44,6 +44,7 @@ class CONTENT_EXPORT VrWebContentsObserver
|
| const content::SecurityStyleExplanations& explanations) override;
|
| void WebContentsDestroyed() override;
|
| void WasHidden() override;
|
| + void MainFrameWasResized(bool width_changed) override;
|
| void RenderViewHostChanged(content::RenderViewHost* old_host,
|
| content::RenderViewHost* new_host) override;
|
|
|
|
|