| Index: Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp
|
| diff --git a/Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp b/Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp
|
| index f3443110ee90085b950d650917c45e866c327951..fd5c7ccfb324c3e928995bcdfefedb4558123602 100644
|
| --- a/Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp
|
| +++ b/Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp
|
| @@ -614,7 +614,7 @@ void GraphicsLayerChromium::setContentsTo(ContentsLayerPurpose purpose, WebLayer
|
| updateChildList();
|
| }
|
|
|
| -bool GraphicsLayerChromium::addAnimation(const KeyframeValueList& values, const IntSize& boxSize, const Animation* animation, const String& animationName, double timeOffset)
|
| +bool GraphicsLayerChromium::addAnimation(const KeyframeValueList& values, const IntSize& boxSize, const PrimitiveAnimation* animation, const String& animationName, double timeOffset)
|
| {
|
| platformLayer()->setAnimationDelegate(this);
|
|
|
|
|