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

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

Issue 1157243008: Removing unused method TransformationMatrix::rectToRect() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « no previous file | Source/platform/transforms/TransformationMatrix.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/transforms/TransformationMatrix.h
diff --git a/Source/platform/transforms/TransformationMatrix.h b/Source/platform/transforms/TransformationMatrix.h
index 13b7c2a3bb49962aa3df1838be34c51aa6d5b670..4f3d6e1fe4529a25ce0e368e89ec4225db91a720 100644
--- a/Source/platform/transforms/TransformationMatrix.h
+++ b/Source/platform/transforms/TransformationMatrix.h
@@ -236,9 +236,6 @@ public:
TransformationMatrix& applyPerspective(double p);
bool hasPerspective() const { return m_matrix[2][3] != 0.0f; }
- // returns a transformation that maps a rect to a rect
- static TransformationMatrix rectToRect(const FloatRect&, const FloatRect&);
-
bool isInvertible() const;
// This method returns the identity matrix if it is not invertible.
« no previous file with comments | « no previous file | Source/platform/transforms/TransformationMatrix.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698