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

Unified Diff: cc/layers/layer.cc

Issue 2184773002: cc: Move blend_mode to the effect tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/layer.h ('k') | cc/layers/layer_impl.h » ('j') | no next file with comments »
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 ad9c545ef95d2bb5163926407677c668a84966d8..27c6d9d00d698857a64ccdb9e5a723fa0c0bfeda 100644
--- a/cc/layers/layer.cc
+++ b/cc/layers/layer.cc
@@ -1159,7 +1159,6 @@ void Layer::PushPropertiesTo(LayerImpl* layer) {
layer->SetNonFastScrollableRegion(inputs_.non_fast_scrollable_region);
layer->SetTouchEventHandlerRegion(inputs_.touch_event_handler_region);
layer->SetContentsOpaque(inputs_.contents_opaque);
- layer->SetBlendMode(inputs_.blend_mode);
layer->SetPosition(inputs_.position);
layer->set_should_flatten_transform_from_property_tree(
should_flatten_transform_from_property_tree_);
« no previous file with comments | « cc/layers/layer.h ('k') | cc/layers/layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698