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

Unified Diff: cc/layers/layer_impl.cc

Issue 1715973002: cc: Move tracking of layer_property_changed to main thread (3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: transform and invertibility Created 4 years, 10 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.cc ('k') | cc/layers/layer_proto_converter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_impl.cc
diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc
index a938515c011eda9e9eddc741a310fe279a8ebcaa..a96ff3c9a9efe4d463b5fec2f4909e69277462fd 100644
--- a/cc/layers/layer_impl.cc
+++ b/cc/layers/layer_impl.cc
@@ -689,7 +689,6 @@ base::DictionaryValue* LayerImpl::LayerTreeAsJson() const {
void LayerImpl::SetStackingOrderChanged(bool stacking_order_changed) {
if (stacking_order_changed) {
stacking_order_changed_ = true;
ajuma 2016/02/22 15:54:40 I believe stacking_order_changed_ exists purely fo
jaydasika 2016/02/22 18:46:52 Done.
- NoteLayerPropertyChangedForSubtree();
}
}
@@ -1269,7 +1268,6 @@ void LayerImpl::SetTransformAndInvertibility(const gfx::Transform& transform,
}
transform_ = transform;
transform_is_invertible_ = transform_is_invertible;
- NoteLayerPropertyChangedForSubtree();
}
bool LayerImpl::TransformIsAnimating() const {
« no previous file with comments | « cc/layers/layer.cc ('k') | cc/layers/layer_proto_converter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698