| 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 e2c7555b9721ee8a256d076e9a3af103df81f495..d7962b791bf7a285f19cc6fc05e5a0b0e55378ad 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
|
| @@ -200,6 +200,8 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame
|
|
|
| void UpdateViewportIntersection(const gfx::Rect& viewport_intersection);
|
|
|
| + void SetIsInert(bool);
|
| +
|
| bool has_frame() { return has_frame_; }
|
|
|
| ui::TextInputType GetTextInputType() const;
|
|
|