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

Unified Diff: content/browser/frame_host/render_widget_host_view_child_frame.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: content/browser/frame_host/render_widget_host_view_child_frame.h
diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.h b/content/browser/frame_host/render_widget_host_view_child_frame.h
index 483e1d40a973115e8d33ecace6bae2c2d0974978..38840a32ac5b2b95ca8bbbe4ee2fce1655dcd76f 100644
--- a/content/browser/frame_host/render_widget_host_view_child_frame.h
+++ b/content/browser/frame_host/render_widget_host_view_child_frame.h
@@ -199,6 +199,8 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame
void UpdateViewportIntersection(const gfx::Rect& viewport_intersection);
+ void SetIsInert();
+
bool has_frame() { return has_frame_; }
ui::TextInputType GetTextInputType() const;

Powered by Google App Engine
This is Rietveld 408576698