| 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
|
|
|