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