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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.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/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index f5253cbfca6e4fae68321cf0a1e15dd252ced8e5..16db8147d68e61b254dbb8229c6e183503130d62 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -470,6 +470,7 @@ class CORE_EXPORT EmptyRemoteFrameClient
const IntRect& viewport_intersection) override {}
void AdvanceFocus(WebFocusType, LocalFrame* source) override {}
void VisibilityChanged(bool visible) override {}
+ void SetIsInert(bool) override {}
// FrameClient implementation.
bool InShadowTree() const override { return false; }

Powered by Google App Engine
This is Rietveld 408576698