| Index: third_party/WebKit/Source/core/svg/SVGPath.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPath.h b/third_party/WebKit/Source/core/svg/SVGPath.h
|
| index 37ae4f60958337305cf04198acaeff17ea53bfe7..546afc6c47ac42c77f6a705b6dd949375fc50cd9 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPath.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPath.h
|
| @@ -31,13 +31,13 @@
|
| #ifndef SVGPath_h
|
| #define SVGPath_h
|
|
|
| +#include "core/svg/SVGPathByteStream.h"
|
| #include "core/svg/properties/SVGProperty.h"
|
|
|
| namespace blink {
|
|
|
| class ExceptionState;
|
| class Path;
|
| -class SVGPathByteStream;
|
|
|
| class SVGPath : public SVGPropertyBase {
|
| public:
|
|
|