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

Unified Diff: cc/layers/layer.cc

Issue 2615773003: Replace LayerImpl::sorting_context_id with transform reference. (Closed)
Patch Set: Update tests. Created 3 years, 11 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 | « no previous file | cc/layers/layer_impl.h » ('j') | cc/layers/solid_color_layer_impl_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.cc
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
index f25894d2f9ae4bb2c9517fc83fc876ad832b55f8..e42312fbcf7ea91054967070836f205d157ba516 100644
--- a/cc/layers/layer.cc
+++ b/cc/layers/layer.cc
@@ -1165,7 +1165,6 @@ void Layer::PushPropertiesTo(LayerImpl* layer) {
layer->SetUseLocalTransformForBackfaceVisibility(
use_local_transform_for_backface_visibility_);
layer->SetShouldCheckBackfaceVisibility(should_check_backface_visibility_);
- layer->Set3dSortingContextId(inputs_.sorting_context_id);
layer->SetScrollClipLayer(inputs_.scroll_clip_layer_id);
layer->set_user_scrollable_horizontal(inputs_.user_scrollable_horizontal);
« no previous file with comments | « no previous file | cc/layers/layer_impl.h » ('j') | cc/layers/solid_color_layer_impl_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698