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

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: Created 4 years, 7 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
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 5607bbecc4489fde8dd509920c9b7a29d9a8aa24..f38e61ee6a155cb0238455f6239b9f4f645a8ecf 100644
--- a/third_party/WebKit/public/web/WebFrameWidget.h
+++ b/third_party/WebKit/public/web/WebFrameWidget.h
@@ -53,7 +53,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.

Powered by Google App Engine
This is Rietveld 408576698