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

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

Issue 1414663011: Notifying the Out of Process Renderer about Visibility Change of a Remote Frame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + Replied to dcheng@ Comments 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
Index: third_party/WebKit/public/web/WebRemoteFrameClient.h
diff --git a/third_party/WebKit/public/web/WebRemoteFrameClient.h b/third_party/WebKit/public/web/WebRemoteFrameClient.h
index 412ef44e1c0847133edae4ebbe9ab64a2431f656..ae5452527703a11b036bd819b5df206b6479e2ac 100644
--- a/third_party/WebKit/public/web/WebRemoteFrameClient.h
+++ b/third_party/WebKit/public/web/WebRemoteFrameClient.h
@@ -47,6 +47,8 @@ public:
virtual void frameRectsChanged(const WebRect&) { }
+ virtual void visibilityChanged(bool visible) {}
+
// This frame updated its opener to another frame.
virtual void didChangeOpener(WebFrame* opener) { }

Powered by Google App Engine
This is Rietveld 408576698