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

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

Issue 551183003: Remove unused TransformOperation::isIdentity (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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/Matrix3DTransformOperation.h
diff --git a/Source/platform/transforms/Matrix3DTransformOperation.h b/Source/platform/transforms/Matrix3DTransformOperation.h
index af31124d7267cafdac60d05f72d3b6af2a2cfff1..d95afda8398eacb2e1cbf673133c6f294980bf76 100644
--- a/Source/platform/transforms/Matrix3DTransformOperation.h
+++ b/Source/platform/transforms/Matrix3DTransformOperation.h
@@ -45,8 +45,6 @@ public:
}
private:
- virtual bool isIdentity() const OVERRIDE { return m_matrix.isIdentity(); }
-
virtual OperationType type() const OVERRIDE { return Matrix3D; }
virtual bool operator==(const TransformOperation& o) const OVERRIDE
« no previous file with comments | « Source/platform/transforms/InterpolatedTransformOperation.h ('k') | Source/platform/transforms/MatrixTransformOperation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698