| Index: third_party/WebKit/Source/core/animation/KeyframeEffect.h
|
| diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffect.h b/third_party/WebKit/Source/core/animation/KeyframeEffect.h
|
| index 67db902acf5a1f0377d034e2cfb5a6e5c55577ab..97b47ab371246c6f8083301c6b1bea7eda43e292 100644
|
| --- a/third_party/WebKit/Source/core/animation/KeyframeEffect.h
|
| +++ b/third_party/WebKit/Source/core/animation/KeyframeEffect.h
|
| @@ -87,8 +87,6 @@ public:
|
| bool canAttachCompositedLayers() const;
|
| void attachCompositedLayers();
|
|
|
| - void setCompositorAnimationIdsForTesting(const Vector<int>& compositorAnimationIds) { m_compositorAnimationIds = compositorAnimationIds; }
|
| -
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| void downgradeToNormal() { m_priority = DefaultPriority; }
|
|
|