| Index: third_party/WebKit/Source/core/style/SVGComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/SVGComputedStyle.h b/third_party/WebKit/Source/core/style/SVGComputedStyle.h
|
| index dc20148cf8c0c68a6be0ff8bead1086fa720e89b..77e513378db37232e1e9fb8d32918bfde5c4a952 100644
|
| --- a/third_party/WebKit/Source/core/style/SVGComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/SVGComputedStyle.h
|
| @@ -30,6 +30,8 @@
|
| #include "core/style/StyleDifference.h"
|
| #include "platform/Length.h"
|
| #include "platform/graphics/GraphicsTypes.h"
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/RefCounted.h"
|
|
|
| namespace blink {
|
|
|
|
|