| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
|
| index a024b5ed48d2b4a3c25f7e27a7d4e12fc8d2dac3..e281b94d541f9c6695261c6bffb6abb85e3bc9fa 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
|
| @@ -21,10 +21,8 @@
|
| #define LayoutSVGResourceMarker_h
|
|
|
| #include "core/layout/svg/LayoutSVGResourceContainer.h"
|
| -#include "core/svg/SVGElement.h"
|
| #include "core/svg/SVGMarkerElement.h"
|
| #include "platform/geometry/FloatRect.h"
|
| -#include "wtf/HashSet.h"
|
|
|
| namespace blink {
|
|
|
| @@ -51,8 +49,8 @@ public:
|
|
|
| FloatPoint referencePoint() const;
|
| float angle() const;
|
| - SVGMarkerUnitsType markerUnits() const { return toSVGMarkerElement(element())->markerUnits()->currentValue()->enumValue(); }
|
| - SVGMarkerOrientType orientType() const { return toSVGMarkerElement(element())->orientType()->currentValue()->enumValue(); }
|
| + SVGMarkerUnitsType markerUnits() const;
|
| + SVGMarkerOrientType orientType() const;
|
|
|
| const FloatRect& viewport() const { return m_viewport; }
|
|
|
|
|