Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2346)

Unified Diff: Source/platform/transforms/InterpolatedTransformOperation.h

Issue 137933002: Update more platform classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « Source/platform/transforms/IdentityTransformOperation.h ('k') | Source/platform/transforms/Matrix3DTransformOperation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698