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

Unified Diff: Source/core/layout/svg/SVGResources.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/layout/svg/SVGPathData.cpp ('k') | Source/core/layout/svg/SVGResources.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/SVGResources.h
diff --git a/Source/core/layout/svg/SVGResources.h b/Source/core/layout/svg/SVGResources.h
index b31394dfbdfe1e80b3e35e473e0791b15b7191c8..8b3055d1147aa3d482a7a8239e7aaa282b1737e2 100644
--- a/Source/core/layout/svg/SVGResources.h
+++ b/Source/core/layout/svg/SVGResources.h
@@ -36,7 +36,7 @@ class LayoutSVGResourceMarker;
class LayoutSVGResourceMasker;
class LayoutSVGResourcePaintServer;
class SVGElement;
-class SVGLayoutStyle;
+class SVGComputedStyle;
// Holds a set of resources associated with a LayoutObject
class SVGResources {
@@ -44,7 +44,7 @@ class SVGResources {
public:
SVGResources();
- static PassOwnPtr<SVGResources> buildResources(const LayoutObject*, const SVGLayoutStyle&);
+ static PassOwnPtr<SVGResources> buildResources(const LayoutObject*, const SVGComputedStyle&);
void layoutIfNeeded();
static bool supportsMarkers(const SVGElement&);
« no previous file with comments | « Source/core/layout/svg/SVGPathData.cpp ('k') | Source/core/layout/svg/SVGResources.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698