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

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

Issue 2883033003: Propagate inert state to OOPIFs when a modal dialog is active (Closed)
Patch Set: Rebase only Created 3 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/WebRemoteFrameClient.h
diff --git a/third_party/WebKit/public/web/WebRemoteFrameClient.h b/third_party/WebKit/public/web/WebRemoteFrameClient.h
index 1043ba94ebdc59be4cbb24e1240f442121dfdb75..fbb17beb9225125baf6b5386421d7bb7681832a0 100644
--- a/third_party/WebKit/public/web/WebRemoteFrameClient.h
+++ b/third_party/WebKit/public/web/WebRemoteFrameClient.h
@@ -42,6 +42,9 @@ class WebRemoteFrameClient {
virtual void VisibilityChanged(bool visible) {}
+ // Set or clear the inert property on the remote frame.
+ virtual void SetIsInert(bool) {}
+
// This frame updated its opener to another frame.
virtual void DidChangeOpener(WebFrame* opener) {}

Powered by Google App Engine
This is Rietveld 408576698