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