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

Unified Diff: content/public/browser/web_contents_observer.h

Issue 1488653002: Fix scroll restoration when exiting fullscreen mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Accidentally made will_cause_resize always false in previous cleanup. Fixed Created 4 years, 11 months 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
« no previous file with comments | « content/public/browser/web_contents.h ('k') | content/shell/browser/blink_test_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_observer.h
diff --git a/content/public/browser/web_contents_observer.h b/content/public/browser/web_contents_observer.h
index 3d770b73791e7f2c108a1707830aa750911e9a8a..45efd4360ad4ac89970323c0bbfc47c95252bf5f 100644
--- a/content/public/browser/web_contents_observer.h
+++ b/content/public/browser/web_contents_observer.h
@@ -407,7 +407,8 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener,
// Invoked when the renderer process has toggled the tab into/out of
// fullscreen mode.
- virtual void DidToggleFullscreenModeForTab(bool entered_fullscreen) {}
+ virtual void DidToggleFullscreenModeForTab(bool entered_fullscreen,
+ bool will_cause_resize) {}
// Invoked when an interstitial page is attached or detached.
virtual void DidAttachInterstitialPage() {}
« no previous file with comments | « content/public/browser/web_contents.h ('k') | content/shell/browser/blink_test_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698