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 57101d591115aef46cd385775e6ec7d430b6aec8..5be8395fdce41ac9b36351c804e798002c8bc156 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; |
@@ -195,7 +195,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); |