| Index: Source/platform/transforms/InterpolatedTransformOperation.h
|
| diff --git a/Source/platform/transforms/InterpolatedTransformOperation.h b/Source/platform/transforms/InterpolatedTransformOperation.h
|
| index 5c89be919fba96c3328eea2a630b62b13808db87..108d172f071aecad7f27936d57c7bd9be5237865 100644
|
| --- a/Source/platform/transforms/InterpolatedTransformOperation.h
|
| +++ b/Source/platform/transforms/InterpolatedTransformOperation.h
|
| @@ -49,7 +49,7 @@ private:
|
|
|
| virtual OperationType type() const OVERRIDE { return Interpolated; }
|
|
|
| - virtual bool operator==(const TransformOperation&) const;
|
| + virtual bool operator==(const TransformOperation&) const OVERRIDE;
|
| virtual void apply(TransformationMatrix&, const FloatSize& borderBoxSize) const OVERRIDE;
|
|
|
| virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE;
|
|
|