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

Unified Diff: cc/proto/layer_tree_host.proto

Issue 2136413002: Update Surface ID Terminology (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed webkit_unit_tests 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
« no previous file with comments | « cc/layers/surface_layer_unittest.cc ('k') | cc/quads/surface_draw_quad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « cc/layers/surface_layer_unittest.cc ('k') | cc/quads/surface_draw_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698