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

Unified Diff: cc/layers/layer.h

Issue 2758343002: cc: Use Element Id to Record Animation Changes (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | cc/layers/layer.cc » ('j') | cc/trees/layer_tree_host.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index faee6ac7fd98bf6f17226aec8aca96dc130e9474..9ecbe42e6d01959cd50f65c95ad1a75aa1f8b210 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -501,9 +501,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
void OnTransformAnimated(const gfx::Transform& transform);
void OnScrollOffsetAnimated(const gfx::ScrollOffset& scroll_offset);
- void OnIsAnimatingChanged(const PropertyAnimationState& mask,
- const PropertyAnimationState& state);
-
bool FilterIsAnimating() const;
bool TransformIsAnimating() const;
bool ScrollOffsetAnimationWasInterrupted() const;
« no previous file with comments | « no previous file | cc/layers/layer.cc » ('j') | cc/trees/layer_tree_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698