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

Unified Diff: Source/platform/transforms/RotateTransformOperation.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/RotateTransformOperation.h
diff --git a/Source/platform/transforms/RotateTransformOperation.h b/Source/platform/transforms/RotateTransformOperation.h
index 19caa752c28ee078c15d9a3b7e1ce8a0b4fd0ccb..f91d26ee25817c994554b9230253b5a6a81ee705 100644
--- a/Source/platform/transforms/RotateTransformOperation.h
+++ b/Source/platform/transforms/RotateTransformOperation.h
@@ -53,8 +53,6 @@ public:
virtual OperationType type() const OVERRIDE { return m_type; }
private:
- virtual bool isIdentity() const OVERRIDE { return !m_angle; }
-
virtual bool operator==(const TransformOperation& o) const OVERRIDE
{
if (!isSameType(o))
« no previous file with comments | « Source/platform/transforms/PerspectiveTransformOperation.h ('k') | Source/platform/transforms/ScaleTransformOperation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698