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

Unified Diff: third_party/WebKit/public/platform/WebLayer.h

Issue 2554773002: CC Animation: Rename Active Players to Ticking Players. (Closed)
Patch Set: Rename the argument. Created 4 years 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: third_party/WebKit/public/platform/WebLayer.h
diff --git a/third_party/WebKit/public/platform/WebLayer.h b/third_party/WebKit/public/platform/WebLayer.h
index f9408b6dce8942abf68b9172f4c45a28d578e877..eb9bde58b6304d13558c677e9b5262ce5ab123d8 100644
--- a/third_party/WebKit/public/platform/WebLayer.h
+++ b/third_party/WebKit/public/platform/WebLayer.h
@@ -146,7 +146,7 @@ class WebLayer {
virtual void setBackgroundFilters(const cc::FilterOperations&) = 0;
// Returns true if this layer has any active animations - useful for tests.
- virtual bool hasActiveAnimationForTesting() = 0;
+ virtual bool hasTickingAnimationForTesting() = 0;
// If a scroll parent is set, this layer will inherit its parent's scroll
// delta and offset even though it will not be a descendant of the scroll
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp ('k') | ui/compositor/layer_animator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698