| Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| index 71680c8b474ccc730920eb61a4b7ccda1d086fc0..09e6023e619cc06e2061952426da8199b9a32c10 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -22,6 +22,8 @@
|
|
|
| #include "core/style/ComputedStyle.h"
|
|
|
| +#include "core/animation/css/CSSAnimationData.h"
|
| +#include "core/animation/css/CSSTransitionData.h"
|
| #include "core/css/CSSPaintValue.h"
|
| #include "core/css/CSSPropertyEquality.h"
|
| #include "core/css/resolver/StyleResolver.h"
|
| @@ -32,6 +34,7 @@
|
| #include "core/style/ContentData.h"
|
| #include "core/style/DataEquivalency.h"
|
| #include "core/style/ComputedStyleConstants.h"
|
| +#include "core/style/CursorData.h"
|
| #include "core/style/QuotesData.h"
|
| #include "core/style/ShadowList.h"
|
| #include "core/style/StyleImage.h"
|
|
|