| 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 617c8691c4132aab6d64b6c3a32cf1828bbc27c1..21f3fb5dca734d9f7c3b34644bffd7af4a091bbb 100644
|
| --- a/third_party/WebKit/public/platform/WebLayer.h
|
| +++ b/third_party/WebKit/public/platform/WebLayer.h
|
| @@ -29,7 +29,6 @@
|
| #include "WebBlendMode.h"
|
| #include "WebColor.h"
|
| #include "WebCommon.h"
|
| -#include "WebCompositorAnimation.h"
|
| #include "WebDoublePoint.h"
|
| #include "WebFloatPoint3D.h"
|
| #include "WebPoint.h"
|
| @@ -48,6 +47,7 @@ class LayerClient;
|
| }
|
|
|
| namespace blink {
|
| +class WebCompositorAnimation;
|
| class WebCompositorAnimationDelegate;
|
| class WebFilterOperations;
|
| class WebLayerScrollClient;
|
| @@ -154,9 +154,6 @@ public:
|
| // Removes all animations with the given id.
|
| virtual void removeAnimation(int animationId) = 0;
|
|
|
| - // Removes all animations with the given id targeting the given property.
|
| - virtual void removeAnimation(int animationId, WebCompositorAnimation::TargetProperty) = 0;
|
| -
|
| // Pauses all animations with the given id.
|
| virtual void pauseAnimation(int animationId, double timeOffset) = 0;
|
|
|
|
|