Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1587)

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.h

Issue 2201853002: Blink handle selection handle visibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing aura problems Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698