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

Unified Diff: third_party/WebKit/Source/core/frame/RemoteFrameClientImpl.h

Issue 2883033003: Propagate inert state to OOPIFs when a modal dialog is active (Closed)
Patch Set: nit addressed Created 3 years, 6 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/RemoteFrameClientImpl.h
diff --git a/third_party/WebKit/Source/core/frame/RemoteFrameClientImpl.h b/third_party/WebKit/Source/core/frame/RemoteFrameClientImpl.h
index 98a1e5b5370fa82900231531e82eae2276a7d6e2..4ffd4c898528c2e32fdf4791c4533cfb6b8b9533 100644
--- a/third_party/WebKit/Source/core/frame/RemoteFrameClientImpl.h
+++ b/third_party/WebKit/Source/core/frame/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;
WebRemoteFrameBase* GetWebFrame() const { return web_frame_; }

Powered by Google App Engine
This is Rietveld 408576698