| Index: content/browser/renderer_host/render_widget_host_view_aura.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| index 3682c5f596d6b633b26ce95c2391ddbbd28d87d1..1bcfa518f882b6ec15727caab51181956a1fff6e 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -414,12 +414,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
|
| // Sends shutdown request.
|
| void Shutdown();
|
|
|
| - // Returns whether the widget needs an input grab to work properly.
|
| - bool NeedsInputGrab();
|
| -
|
| - // Returns whether the widget needs to grab mouse capture to work properly.
|
| - bool NeedsMouseCapture();
|
| -
|
| // Confirm existing composition text in the webpage and ask the input method
|
| // to cancel its ongoing composition session.
|
| void FinishImeCompositionSession();
|
|
|