| 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 038423056fe1e4f41e37c2b888d3fcc7ba88e856..891dfec638a22c13c12686276ac4e44ef2c256f8 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 std::unique_ptr<SVGResources> buildResources(const LayoutObject*, const SVGComputedStyle&);
|
| + static std::unique_ptr<SVGResources> buildResources(const LayoutObject*, const ComputedStyle&);
|
| void layoutIfNeeded();
|
|
|
| static bool supportsMarkers(const SVGElement&);
|
|
|