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

Unified Diff: cc/trees/layer_tree_host.h

Issue 1957533002: cc : Track opacity animation changes on effect tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/layer_tree_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index 63208b4e578c46ffa5a38107a9c5cfdb7cb290a3..934b889759df4e6b14c8dafd1cd202f4f924f996 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -379,6 +379,9 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient {
ElementId element_id,
ElementListType list_type,
bool is_animating) override;
+ void ElementOpacityIsCurrentlyAnimatingChanged(
+ ElementId element_id,
+ bool is_currently_animating) override;
void ScrollOffsetAnimationFinished() override {}
gfx::ScrollOffset GetScrollOffsetForAnimation(
ElementId element_id) const override;

Powered by Google App Engine
This is Rietveld 408576698