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

Unified Diff: third_party/WebKit/Source/web/RemoteFrameClientImpl.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/web/RemoteFrameClientImpl.h
diff --git a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
index 6e30c2b8f9ae247ecab1dd23b028d6b51a7868f5..88ebdb7bb6cd60f0feb97fab840261f4ee258d04 100644
--- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
@@ -40,6 +40,7 @@ class RemoteFrameClientImpl final : public RemoteFrameClient {
void UpdateRemoteViewportIntersection(const IntRect&) override;
void AdvanceFocus(WebFocusType, LocalFrame*) override;
void VisibilityChanged(bool visible) override;
+ void SetIsInert(bool) override;
WebRemoteFrameImpl* GetWebFrame() const { return web_frame_; }

Powered by Google App Engine
This is Rietveld 408576698