| Index: third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| index f31f0996bfb86c780927808d9bf8f392ee953caf..87b05bd26aa782a03407cbfe22056a5d17580472 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| @@ -28,6 +28,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/css/StyleAutoColor.h"
|
| #include "core/css/StyleColor.h"
|
| +#include "core/style/AppliedTextDecorationList.h"
|
| #include "core/style/TextSizeAdjust.h"
|
| #include "platform/Length.h"
|
| #include "platform/graphics/Color.h"
|
| @@ -40,14 +41,12 @@
|
|
|
| namespace blink {
|
|
|
| -class AppliedTextDecoration;
|
| class CursorData;
|
| class QuotesData;
|
| class ShadowList;
|
| class StyleImage;
|
| class StyleInheritedVariables;
|
|
|
| -typedef RefVector<AppliedTextDecoration> AppliedTextDecorationList;
|
| typedef HeapVector<CursorData> CursorList;
|
|
|
| // This struct is for rarely used inherited CSS3, CSS2, and WebKit-specific
|
|
|