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

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

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 9 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/SVGImageElement.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 5642edb2db1cab31f98bd28a3cd3fb74db5b08a4..43bc3e6cf44aaa0bcd7a52b2e96d7f59b48e645d 100644
--- a/Source/core/svg/SVGLengthContext.h
+++ b/Source/core/svg/SVGLengthContext.h
@@ -26,7 +26,7 @@
namespace blink {
-class LayoutStyle;
+class ComputedStyle;
class SVGElement;
class SVGLength;
class UnzoomedLength;
@@ -70,8 +70,8 @@ public:
float convertValueFromUserUnits(float, SVGLengthMode, SVGLengthType toUnit) const;
float valueForLength(const UnzoomedLength&, SVGLengthMode = SVGLengthMode::Other) const;
- float valueForLength(const Length&, const LayoutStyle&, SVGLengthMode = SVGLengthMode::Other) const;
- static float valueForLength(const Length&, const LayoutStyle&, float dimension);
+ float valueForLength(const Length&, const ComputedStyle&, SVGLengthMode = SVGLengthMode::Other) const;
+ static float valueForLength(const Length&, const ComputedStyle&, float dimension);
bool determineViewport(FloatSize&) const;
« no previous file with comments | « Source/core/svg/SVGImageElement.cpp ('k') | Source/core/svg/SVGLengthContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698