| Index: third_party/WebKit/Source/core/svg/SVGTextContentElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTextContentElement.h b/third_party/WebKit/Source/core/svg/SVGTextContentElement.h
|
| index 0e05f46c085624f4363b443a5d8bb35e9f1ec8ea..727b57387f4b9eda9df247b37c1709fb7f999985 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTextContentElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTextContentElement.h
|
| @@ -25,13 +25,13 @@
|
| #include "core/svg/SVGAnimatedEnumeration.h"
|
| #include "core/svg/SVGAnimatedLength.h"
|
| #include "core/svg/SVGGraphicsElement.h"
|
| -#include "core/svg/SVGPointTearOff.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|
| class ExceptionState;
|
| class LineLayoutItem;
|
| +class SVGPointTearOff;
|
|
|
| enum SVGLengthAdjustType {
|
| SVGLengthAdjustUnknown,
|
|
|