Chromium Code Reviews| 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; |
| }; |