summaryrefslogtreecommitdiffstats
path: root/content/browser/web_contents/touch_editable_impl_aura.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/web_contents/touch_editable_impl_aura.h')
-rw-r--r--content/browser/web_contents/touch_editable_impl_aura.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/web_contents/touch_editable_impl_aura.h b/content/browser/web_contents/touch_editable_impl_aura.h
index 2758702..8190b7c 100644
--- a/content/browser/web_contents/touch_editable_impl_aura.h
+++ b/content/browser/web_contents/touch_editable_impl_aura.h
@@ -43,7 +43,7 @@ class CONTENT_EXPORT TouchEditableImplAura
// Overridden from RenderWidgetHostViewAura::TouchEditingClient.
virtual void StartTouchEditing() OVERRIDE;
- virtual void EndTouchEditing() OVERRIDE;
+ virtual void EndTouchEditing(bool quick) OVERRIDE;
virtual void OnSelectionOrCursorChanged(const gfx::Rect& anchor,
const gfx::Rect& focus) OVERRIDE;
virtual void OnTextInputTypeChanged(ui::TextInputType type) OVERRIDE;