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

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

Issue 897313004: Fold up the SVGLengthContext::convertValueFrom* helpers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/SVGLength.cpp ('k') | 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 a1be724eabe1b4a9fbc431c9918e75b551264669..c7cd47273f1a5975c66230ff0bc742642139236b 100644
--- a/Source/core/svg/SVGLengthContext.h
+++ b/Source/core/svg/SVGLengthContext.h
@@ -69,10 +69,6 @@ public:
bool determineViewport(FloatSize&) const;
private:
- static float convertValueFromUserUnitsToPercentage(float value, SVGLengthMode, const FloatSize&);
- static float convertValueFromPercentageToUserUnits(float value, SVGLengthMode, const FloatSize&);
- static float convertValueFromPercentageToUserUnits(const SVGLength& value, const FloatSize& viewportSize);
-
float convertValueFromUserUnitsToEMS(float value) const;
float convertValueFromEMSToUserUnits(float value) const;
« no previous file with comments | « Source/core/svg/SVGLength.cpp ('k') | Source/core/svg/SVGLengthContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698