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