Index: third_party/WebKit/Source/core/layout/svg/SVGResources.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGResources.h b/third_party/WebKit/Source/core/layout/svg/SVGResources.h |
index d3b806ecf13f2e15afd69171f930d7cb473a3645..bb487108b7880631cf731d2710a55c57dc2d68b0 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/SVGResources.h |
+++ b/third_party/WebKit/Source/core/layout/svg/SVGResources.h |
@@ -28,6 +28,7 @@ |
namespace blink { |
+class ComputedStyle; |
class LayoutObject; |
class LayoutSVGResourceClipper; |
class LayoutSVGResourceContainer; |
@@ -36,7 +37,6 @@ class LayoutSVGResourceMarker; |
class LayoutSVGResourceMasker; |
class LayoutSVGResourcePaintServer; |
class SVGElement; |
-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 SVGComputedStyle&); |
+ static PassOwnPtr<SVGResources> buildResources(const LayoutObject*, const ComputedStyle&); |
void layoutIfNeeded(); |
static bool supportsMarkers(const SVGElement&); |