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

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

Issue 1637083004: CC Animation: Remove meaningless method from WebLayer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698