| Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| index ec34824adfd266e4da89f93d8a5e6d9a3b495aa2..6fddfd1ad163e998ad3443fac34ded3a6f8d0336 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -25,6 +25,8 @@
|
| #include "core/css/ComputedStyleCSSValueMapping.h"
|
|
|
| #include "core/StylePropertyShorthand.h"
|
| +#include "core/animation/css/CSSAnimationData.h"
|
| +#include "core/animation/css/CSSTransitionData.h"
|
| #include "core/css/BasicShapeFunctions.h"
|
| #include "core/css/CSSBasicShapeValues.h"
|
| #include "core/css/CSSBorderImage.h"
|
| @@ -53,6 +55,7 @@
|
| #include "core/layout/LayoutObject.h"
|
| #include "core/style/ComputedStyle.h"
|
| #include "core/style/ContentData.h"
|
| +#include "core/style/CursorData.h"
|
| #include "core/style/QuotesData.h"
|
| #include "core/style/ShadowList.h"
|
| #include "core/style/StyleVariableData.h"
|
|
|