| Index: Source/platform/transforms/TransformOperation.h
|
| diff --git a/Source/platform/transforms/TransformOperation.h b/Source/platform/transforms/TransformOperation.h
|
| index e21326e7107ac286fb88c8f9d77d8bc428608657..b131f3ae5811df844eeaa1fc1c3b6cc3a2b3a2cd 100644
|
| --- a/Source/platform/transforms/TransformOperation.h
|
| +++ b/Source/platform/transforms/TransformOperation.h
|
| @@ -57,8 +57,6 @@ public:
|
| virtual bool operator==(const TransformOperation&) const = 0;
|
| bool operator!=(const TransformOperation& o) const { return !(*this == o); }
|
|
|
| - virtual bool isIdentity() const = 0;
|
| -
|
| virtual void apply(TransformationMatrix&, const FloatSize& borderBoxSize) const = 0;
|
|
|
| virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) = 0;
|
|
|