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

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: Changed "Guest" to "InnerContents" Created 5 years, 1 month 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 703943b4b69d3d1cde8f4de9053f16ef5a641180..ab84ef67f516c3e5aef7c51e8c7615cdde26e3f5 100644
--- a/third_party/WebKit/public/web/WebRemoteFrameClient.h
+++ b/third_party/WebKit/public/web/WebRemoteFrameClient.h
@@ -46,6 +46,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