| 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 171721f6076c515427af430e98111f6f52b12ddb..d6d9f56e87947424d6de28959711570cdc4caeec 100644
|
| --- a/Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp
|
| +++ b/Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp
|
| @@ -589,7 +589,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 CSSAnimationData* animation, const String& animationName, double timeOffset)
|
| {
|
| platformLayer()->setAnimationDelegate(this);
|
|
|
|
|