Index: Source/platform/transforms/PerspectiveTransformOperation.h |
diff --git a/Source/platform/transforms/PerspectiveTransformOperation.h b/Source/platform/transforms/PerspectiveTransformOperation.h |
index 9075980ceb380dd06dc55e5df624864f83fc8226..57e371bf7da2afcafe759e5688d74a99f9cc2191 100644 |
--- a/Source/platform/transforms/PerspectiveTransformOperation.h |
+++ b/Source/platform/transforms/PerspectiveTransformOperation.h |
@@ -45,7 +45,6 @@ public: |
} |
private: |
- virtual bool isIdentity() const OVERRIDE { return !m_p; } |
virtual OperationType type() const OVERRIDE { return Perspective; } |
virtual bool operator==(const TransformOperation& o) const OVERRIDE |