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

Unified Diff: cc/ipc/selection.mojom

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: cc/ipc/selection.mojom
diff --git a/cc/ipc/selection.mojom b/cc/ipc/selection.mojom
index 707d2416fa7484a781af3e27fc4a1aafeab15773..13e7902ad2b71b83fb474c63a71ed2433d4bb316 100644
--- a/cc/ipc/selection.mojom
+++ b/cc/ipc/selection.mojom
@@ -12,5 +12,6 @@ struct Selection {
gfx.mojom.SelectionBound end;
bool is_editable;
bool is_empty_text_form_control;
+ bool is_handle_visible;
};

Powered by Google App Engine
This is Rietveld 408576698