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

Unified Diff: cc/blimp/compositor_state_deserializer.cc

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/animation/element_id.cc ('k') | cc/debug/layer_tree_debug_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blimp/compositor_state_deserializer.cc
diff --git a/cc/blimp/compositor_state_deserializer.cc b/cc/blimp/compositor_state_deserializer.cc
index 2ba4f13271615c766c1371dbd9cc25858139b9d9..1ea4dd05e5ff2b03c6000815238e1779ae391055 100644
--- a/cc/blimp/compositor_state_deserializer.cc
+++ b/cc/blimp/compositor_state_deserializer.cc
@@ -502,10 +502,6 @@ scoped_refptr<Layer> CompositorStateDeserializer::GetLayerAndAddToNewMap(
layer_node.id(), orientation, thumb_thickness, track_start,
is_left_side_vertical_scrollbar, Layer::LayerIdLabels::INVALID_ID);
} break;
- case proto::LayerNode::HEADS_UP_DISPLAY_LAYER:
- // TODO(khushalsagar): Remove this from proto.
- NOTREACHED();
- break;
case proto::LayerNode::PUSH_PROPERTIES_COUNTING_LAYER:
// PUSH_PROPERTIES_COUNTING_LAYER is for testing only.
layer_data.layer =
« no previous file with comments | « cc/animation/element_id.cc ('k') | cc/debug/layer_tree_debug_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698