| Index: Source/core/platform/graphics/transforms/SkewTransformOperation.cpp
 | 
| diff --git a/Source/core/platform/graphics/transforms/SkewTransformOperation.cpp b/Source/core/platform/graphics/transforms/SkewTransformOperation.cpp
 | 
| index e620ea1441cd2226e9e09c75dc0df40bfc4b939c..881319734eeb1759caf6d407905155b9e2a48a4e 100644
 | 
| --- a/Source/core/platform/graphics/transforms/SkewTransformOperation.cpp
 | 
| +++ b/Source/core/platform/graphics/transforms/SkewTransformOperation.cpp
 | 
| @@ -26,7 +26,7 @@
 | 
|  
 | 
|  namespace WebCore {
 | 
|  
 | 
| -PassRefPtr<TransformOperation> SkewTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity)
 | 
| +PassRefPtr<TransformOperation> SkewTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity, RenderView* renderView)
 | 
|  {
 | 
|      if (from && !from->isSameType(*this))
 | 
|          return this;
 | 
| 
 |