| 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 813265c77f3a3aa480b61f0a6020a15278fea042..7b32dedeb55ded897a65438189c5202b6774772d 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -525,6 +525,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
|
| // received. It will update selection controller.
|
| void SelectionUpdated(bool is_editable,
|
| bool is_empty_text_form_control,
|
| + bool is_handle_visible,
|
| const gfx::SelectionBound& start,
|
| const gfx::SelectionBound& end);
|
|
|
|
|