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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h

Issue 1616653002: CC Animation: Move files from cc_blink to Source/platform/animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Fix copyrights and years. Created 4 years, 10 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
Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
index a23ee2a6e4eb0b78c652a6d6792babf7e85fef0c..529ae1fda45d58d98bbb1f5f552c7318ea9c5307 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
@@ -65,7 +65,7 @@ class LinkHighlight;
class JSONObject;
class PaintController;
class ScrollableArea;
-class WebCompositorAnimation;
+class CompositorAnimation;
class WebLayer;
typedef Vector<GraphicsLayer*, 64> GraphicsLayerVector;
@@ -196,7 +196,7 @@ public:
// Return true if the animation is handled by the compositing system. If this returns
// false, the animation will be run by AnimationController.
// These methods handle both transitions and keyframe animations.
- bool addAnimation(PassOwnPtr<WebCompositorAnimation>);
+ bool addAnimation(PassOwnPtr<CompositorAnimation>);
void pauseAnimation(int animationId, double /*timeOffset*/);
void removeAnimation(int animationId);
void abortAnimation(int animationId);

Powered by Google App Engine
This is Rietveld 408576698