| 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 4b6372228ceb490c9daae77936d308c949d8f0b1..e6ceeacad842329bef9100792967a288d4100cff 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| @@ -28,7 +28,6 @@
|
| #include "core/CoreExport.h"
|
| #include "core/css/StyleColor.h"
|
| #include "core/style/DataRef.h"
|
| -#include "core/style/StyleVariableData.h"
|
| #include "platform/Length.h"
|
| #include "platform/graphics/Color.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -45,6 +44,7 @@ class CursorData;
|
| class QuotesData;
|
| class ShadowList;
|
| class StyleImage;
|
| +class StyleVariableData;
|
|
|
| typedef RefVector<AppliedTextDecoration> AppliedTextDecorationList;
|
| #if ENABLE(OILPAN)
|
|
|