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

Unified Diff: third_party/WebKit/Source/core/frame/RemoteFrameClient.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/Source/core/frame/RemoteFrameClient.h
diff --git a/third_party/WebKit/Source/core/frame/RemoteFrameClient.h b/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
index 5228de0617e5276f392271b6c076cda39b0f88d4..7a7e08ffeaf6ad6661ced5f2fe32f1a744c39c0c 100644
--- a/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
+++ b/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
@@ -40,6 +40,8 @@ class RemoteFrameClient : public FrameClient {
virtual void AdvanceFocus(WebFocusType, LocalFrame* source) = 0;
virtual void VisibilityChanged(bool visible) = 0;
+
+ virtual void SetIsInert(bool) = 0;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698