Chromium Code Reviews| Index: cc/proto/layer_tree_host.proto |
| diff --git a/cc/proto/layer_tree_host.proto b/cc/proto/layer_tree_host.proto |
| index 4d89190f9d496780fdf13c77ece80658e8e87934..71bbcf529dfcb3490ed9d3e42291b3618c02b792 100644 |
| --- a/cc/proto/layer_tree_host.proto |
| +++ b/cc/proto/layer_tree_host.proto |
| @@ -60,7 +60,7 @@ message LayerTreeHost { |
| optional int32 outer_viewport_scroll_layer_id = 29; |
| optional LayerSelection selection = 30; |
| optional PropertyTrees property_trees = 31; |
| - optional uint32 surface_id_namespace = 32; |
| + optional uint32 surface_client_id = 32; |
|
michaelpg
2016/07/15 18:32:56
Annoyingly, I had to blow away my entire out direc
|
| optional uint32 next_surface_sequence = 33; |
| optional uint32 wheel_event_listener_properties = 34; |
| optional bool have_scroll_event_handlers = 35; |