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

Unified Diff: cc/proto/layer_tree_host.proto

Issue 2493853002: cc/blimp: Proto Cleanup. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/proto/layer_tree_debug_state.proto ('k') | cc/proto/managed_memory_policy.proto » ('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 876f56257992c88ca104bcaa4faf2bbb83ac7a36..dabfba399866a7ed2a691eb898c82e52953605e5 100644
--- a/cc/proto/layer_tree_host.proto
+++ b/cc/proto/layer_tree_host.proto
@@ -7,7 +7,6 @@ syntax = "proto2";
import "display_item.proto";
import "layer.proto";
import "layer_tree.proto";
-import "layer_tree_debug_state.proto";
package cc.proto;
@@ -29,15 +28,4 @@ message LayerTreeHost {
optional LayerTree layer_tree = 36;
optional LayerUpdate layer_updates = 28;
optional SkPictures pictures = 38;
-
- // TODO(khushalsagar): Remove these when crbug.com/648442.
- optional int32 source_frame_number = 3;
- optional int32 meta_information_sequence_number = 4;
- optional LayerTreeDebugState debug_state = 8;
- optional bool has_gpu_rasterization_trigger = 19;
- optional bool content_is_suitable_for_gpu_rasterization = 20;
- optional int32 id = 23;
- optional bool next_commit_forces_redraw = 24;
- optional uint32 surface_client_id = 31;
- optional uint32 next_surface_sequence = 32;
}
« no previous file with comments | « cc/proto/layer_tree_debug_state.proto ('k') | cc/proto/managed_memory_policy.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698