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

Unified Diff: Source/core/svg/SVGLengthContext.h

Issue 1065223003: Cleanup resolving of 'em' units in SVGLengthContext (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/core/svg/SVGLengthContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGLengthContext.h
diff --git a/Source/core/svg/SVGLengthContext.h b/Source/core/svg/SVGLengthContext.h
index 3e2ba449e39ff51955464b4e114178830188c6b6..81c32d33f686234abd208f101ba632abeeb7c493 100644
--- a/Source/core/svg/SVGLengthContext.h
+++ b/Source/core/svg/SVGLengthContext.h
@@ -80,15 +80,9 @@ private:
float valueForLength(const Length&, float zoom, SVGLengthMode) const;
static float valueForLength(const Length&, float zoom, float dimension);
- float convertValueFromUserUnitsToEMS(float value) const;
- float convertValueFromEMSToUserUnits(float value) const;
-
float convertValueFromUserUnitsToEXS(float value) const;
float convertValueFromEXSToUserUnits(float value) const;
- float convertValueFromUserUnitsToREMS(float value) const;
- float convertValueFromREMSToUserUnits(float value) const;
-
RawPtrWillBeMember<const SVGElement> m_context;
};
« no previous file with comments | « no previous file | Source/core/svg/SVGLengthContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698