| 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 c5f6b7f86ca234928c0bca7d2500e3efbdacea81..67cc670ee44a2d7c5bd7245fceb4ce789735293b 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 CSSAnimationData* animation, const String& animationName, double timeOffset)
|
| +bool GraphicsLayerChromium::addAnimation(const KeyframeValueList& values, const IntSize& boxSize, const StyleAnimationData* animation, const String& animationName, double timeOffset)
|
| {
|
| platformLayer()->setAnimationDelegate(this);
|
|
|
|
|