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&); |