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