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

Unified Diff: cc/ipc/selection.mojom

Issue 2691583003: Removed fields from Selection classes (Closed)
Patch Set: Forgot to remove fields from test Created 3 years, 10 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
« no previous file with comments | « cc/ipc/cc_param_traits_macros.h ('k') | cc/ipc/selection_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/selection.mojom
diff --git a/cc/ipc/selection.mojom b/cc/ipc/selection.mojom
index 707d2416fa7484a781af3e27fc4a1aafeab15773..5620e4d204a440e92229cdc2a796129fef5b3840 100644
--- a/cc/ipc/selection.mojom
+++ b/cc/ipc/selection.mojom
@@ -10,7 +10,5 @@ import "ui/gfx/mojo/selection_bound.mojom";
struct Selection {
gfx.mojom.SelectionBound start;
gfx.mojom.SelectionBound end;
- bool is_editable;
- bool is_empty_text_form_control;
};
« no previous file with comments | « cc/ipc/cc_param_traits_macros.h ('k') | cc/ipc/selection_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698