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

Unified Diff: Source/core/svg/SVGTransformDistance.cpp

Issue 183743004: Remove moar unused SVG methods (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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 | « Source/core/svg/SVGTransformDistance.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGTransformDistance.cpp
diff --git a/Source/core/svg/SVGTransformDistance.cpp b/Source/core/svg/SVGTransformDistance.cpp
index 5c8c7bd12c92f0c415b2333c15eae034a3a135d9..a4f860b19867d8f55f6bf9a09407402d7bbe996d 100644
--- a/Source/core/svg/SVGTransformDistance.cpp
+++ b/Source/core/svg/SVGTransformDistance.cpp
@@ -193,11 +193,6 @@ PassRefPtr<SVGTransform> SVGTransformDistance::addToSVGTransform(PassRefPtr<SVGT
return newTransform.release();
}
-bool SVGTransformDistance::isZero() const
-{
- return m_transform.isIdentity() && !m_angle;
-}
-
float SVGTransformDistance::distance() const
{
switch (m_transformType) {
« no previous file with comments | « Source/core/svg/SVGTransformDistance.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698