Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1294)

Unified Diff: chrome/browser/android/vr_shell/vr_web_contents_observer.h

Issue 2562733002: Implement our own GLThread for VR Shell. (Closed)
Patch Set: Address bshe's comments Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698