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