| Index: Source/core/platform/graphics/transforms/IdentityTransformOperation.h
 | 
| diff --git a/Source/core/platform/graphics/transforms/IdentityTransformOperation.h b/Source/core/platform/graphics/transforms/IdentityTransformOperation.h
 | 
| index 3f70d9acdd6a88b4f898c81a64ca98facc8c54a5..ba7a497fe8d996a47459937b36d3b64aa99ae35d 100644
 | 
| --- a/Source/core/platform/graphics/transforms/IdentityTransformOperation.h
 | 
| +++ b/Source/core/platform/graphics/transforms/IdentityTransformOperation.h
 | 
| @@ -46,12 +46,12 @@ private:
 | 
|          return isSameType(o);
 | 
|      }
 | 
|  
 | 
| -    virtual bool apply(TransformationMatrix&, const FloatSize&) const
 | 
| +    virtual bool apply(TransformationMatrix&, const FloatSize&, RenderView*) const
 | 
|      {
 | 
|          return false;
 | 
|      }
 | 
|  
 | 
| -    virtual PassRefPtr<TransformOperation> blend(const TransformOperation*, double, bool = false)
 | 
| +    virtual PassRefPtr<TransformOperation> blend(const TransformOperation*, double, bool = false, RenderView* =0)
 | 
|      {
 | 
|          return this;
 | 
|      }
 | 
| 
 |