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

Unified Diff: Source/platform/transforms/PerspectiveTransformOperation.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/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
« no previous file with comments | « Source/platform/transforms/MatrixTransformOperation.h ('k') | Source/platform/transforms/RotateTransformOperation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698