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

Unified Diff: third_party/WebKit/Source/web/WebFrameWidgetImpl.h

Issue 2883033003: Propagate inert state to OOPIFs when a modal dialog is active (Closed)
Patch Set: Set Frame's inert bit on style calculation 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/web/WebFrameWidgetImpl.h
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
index 326e9182b778b32c03db3677bcad9956158ffd06..452d08589f8e7f22751967064411b330a4e43078 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
@@ -109,6 +109,7 @@ class WebFrameWidgetImpl final
void WillCloseLayerTreeView() override;
bool GetCompositionCharacterBounds(WebVector<WebRect>& bounds) override;
void SetRemoteViewportIntersection(const WebRect&) override;
+ void SetIsInert(bool) override;
// WebFrameWidget implementation.
WebLocalFrameBase* LocalRoot() const override { return local_root_; }

Powered by Google App Engine
This is Rietveld 408576698