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

Unified Diff: third_party/WebKit/public/web/WebFrameWidget.h

Issue 1991273003: Fire visibilityChange event on out-of-process iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 years, 6 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 | « third_party/WebKit/public/web/WebFrameClient.h ('k') | third_party/WebKit/public/web/WebView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebFrameWidget.h
diff --git a/third_party/WebKit/public/web/WebFrameWidget.h b/third_party/WebKit/public/web/WebFrameWidget.h
index d856c943f88e1c4a7d22b767b74269065fbd79e4..c07b9342c1089a8bf127ab6edde02de4b7ad6265 100644
--- a/third_party/WebKit/public/web/WebFrameWidget.h
+++ b/third_party/WebKit/public/web/WebFrameWidget.h
@@ -54,7 +54,7 @@ public:
// We still track page-level visibility, but additionally we need to notify a WebFrameWidget
// when its owning RenderWidget receives a Show or Hide directive, so that it knows whether
// it needs to draw or not.
- virtual void setVisibilityState(WebPageVisibilityState visibilityState, bool isInitialState) { }
+ virtual void setVisibilityState(WebPageVisibilityState visibilityState) {}
// Makes the WebFrameWidget transparent. This is useful if you want to have
// some custom background rendered behind it.
« no previous file with comments | « third_party/WebKit/public/web/WebFrameClient.h ('k') | third_party/WebKit/public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698