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

Unified Diff: cc/trees/property_tree.h

Issue 2253233003: cc : Add OnOpacityAnimated to effect tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 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
Index: cc/trees/property_tree.h
diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h
index 7fcc335e681fa90e15366ec29c0972bd8f3bf287..2bebc627e06d45f42a256a6ff058dc4d0aff8264 100644
--- a/cc/trees/property_tree.h
+++ b/cc/trees/property_tree.h
@@ -331,6 +331,8 @@ class CC_EXPORT EffectTree final : public PropertyTree<EffectNode> {
void UpdateSurfaceContentsScale(EffectNode* node);
+ void OnOpacityAnimated(float opacity, int id, LayerTreeImpl* layer_tree_impl);
+
void UpdateEffects(int id);
void UpdateEffectChanged(EffectNode* node, EffectNode* parent_node);

Powered by Google App Engine
This is Rietveld 408576698