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

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

Issue 727683003: CL for perf tryjob Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 8f3071fc418ab956635cebf0344dd2cd3fe3043e..fb7cf68ccb3652504e43382232a3f0b8e70bb57c 100644
--- a/Source/core/svg/SVGLengthContext.h
+++ b/Source/core/svg/SVGLengthContext.h
@@ -70,10 +70,9 @@ public:
bool determineViewport(FloatSize&) const;
private:
- SVGLengthContext(const SVGElement*, const FloatRect& viewport);
-
float convertValueFromUserUnitsToPercentage(float value, SVGLengthMode, ExceptionState&) const;
float convertValueFromPercentageToUserUnits(float value, SVGLengthMode, ExceptionState&) const;
+ static float convertValueFromPercentageToUserUnits(float value, SVGLengthMode, const FloatSize&);
float convertValueFromUserUnitsToEMS(float value, ExceptionState&) const;
float convertValueFromEMSToUserUnits(float value, ExceptionState&) const;
@@ -82,7 +81,6 @@ private:
float convertValueFromEXSToUserUnits(float value, ExceptionState&) const;
RawPtrWillBeMember<const SVGElement> m_context;
- FloatRect m_overridenViewport;
};
} // namespace blink
« 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