Chromium Code Reviews| 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 24599a458510aff0070ed9be20d16eabec3ca3a4..df28ba6a9d5e62de7996aefe9beda53826cdce3f 100644 |
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h |
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h |
| @@ -120,8 +120,9 @@ class CONTENT_EXPORT RenderWidgetHostViewAura |
| // Tells the client to start showing touch editing handles. |
| virtual void StartTouchEditing() = 0; |
| - // Notifies the client that touch editing is no longer needed. |
| - virtual void EndTouchEditing() = 0; |
| + // Notifies the client that touch editing is no longer needed. |quick| |
| + // determines whether the handles should fade out quickly or slowly. |
| + virtual void EndTouchEditing(bool quick) = 0; |
|
sky
2014/01/16 23:15:02
If !quick means no animation, how about renaming t
mohsen
2014/01/17 02:09:41
Actually it was first named |animate|. But, since
|
| // Notifies the client that the selection bounds need to be updated. |
| virtual void OnSelectionOrCursorChanged(const gfx::Rect& anchor, |