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

Unified Diff: cc/layers/layer_impl.h

Issue 1688563002: cc :: Move some tracking of layer_property_changed to main thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index fe2462921373bfb8900b57796a4188d38a36e3d6..f51b6c83fde005b3ba02c2a728e7e0da1e71782e 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -701,6 +701,8 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
was_ever_ready_since_last_transform_animation_ = was_ready;
}
+ void NoteLayerPropertyChanged();
+
protected:
LayerImpl(LayerTreeImpl* layer_impl,
int id,
@@ -721,7 +723,6 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
SkColor color,
float width) const;
- void NoteLayerPropertyChanged();
void NoteLayerPropertyChangedForSubtree();
// Note carefully this does not affect the current layer.
« no previous file with comments | « cc/layers/layer.cc ('k') | cc/layers/layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698