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

Unified Diff: ui/compositor/layer.h

Issue 2335043002: CC Animation: Move animations_ from ElementAnimations to AnimationPlayer. (Closed)
Patch Set: Clean it up harder. Rework UpdateClientAnimationState. Created 4 years, 3 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: ui/compositor/layer.h
diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
index 566e9f625680209b9268519ef061f37935038bbe..7c7e4e32562c1899c69a438587c10cc6aaeafea6 100644
--- a/ui/compositor/layer.h
+++ b/ui/compositor/layer.h
@@ -374,9 +374,6 @@ class COMPOSITOR_EXPORT Layer
cc::Layer* layer) override;
void didUpdateMainThreadScrollingReasons() override;
- // Whether this layer has animations waiting to get sent to its cc::Layer.
- bool HasPendingThreadedAnimationsForTesting() const;
-
// Triggers a call to SwitchToLayer.
void SwitchCCLayerForTest();

Powered by Google App Engine
This is Rietveld 408576698