| Index: third_party/WebKit/Source/core/style/ComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| index 929b742a6a0ea87a367331f70d48c270d277fe57..8360972465e99b15a1f6a040bfa7889f872fc2e9 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -27,8 +27,6 @@
|
|
|
| #include "core/CSSPropertyNames.h"
|
| #include "core/CoreExport.h"
|
| -#include "core/animation/css/CSSAnimationData.h"
|
| -#include "core/animation/css/CSSTransitionData.h"
|
| #include "core/css/CSSPrimitiveValue.h"
|
| #include "core/style/BorderValue.h"
|
| #include "core/style/CounterDirectives.h"
|
| @@ -36,9 +34,7 @@
|
| #include "core/style/ComputedStyleConstants.h"
|
| #include "core/style/LineClampValue.h"
|
| #include "core/style/NinePieceImage.h"
|
| -#include "core/style/OutlineValue.h"
|
| #include "core/style/SVGComputedStyle.h"
|
| -#include "core/style/ShapeValue.h"
|
| #include "core/style/StyleBackgroundData.h"
|
| #include "core/style/StyleBoxData.h"
|
| #include "core/style/StyleContentAlignmentData.h"
|
| @@ -54,7 +50,6 @@
|
| #include "core/style/StyleRareInheritedData.h"
|
| #include "core/style/StyleRareNonInheritedData.h"
|
| #include "core/style/StyleReflection.h"
|
| -#include "core/style/StyleScrollSnapData.h"
|
| #include "core/style/StyleSelfAlignmentData.h"
|
| #include "core/style/StyleSurroundData.h"
|
| #include "core/style/StyleTransformData.h"
|
| @@ -66,22 +61,18 @@
|
| #include "platform/LengthPoint.h"
|
| #include "platform/LengthSize.h"
|
| #include "platform/ThemeTypes.h"
|
| -#include "platform/fonts/FontBaseline.h"
|
| #include "platform/fonts/FontDescription.h"
|
| #include "platform/geometry/FloatRoundedRect.h"
|
| #include "platform/geometry/LayoutRectOutsets.h"
|
| #include "platform/graphics/Color.h"
|
| -#include "platform/graphics/GraphicsTypes.h"
|
| #include "platform/scroll/ScrollableArea.h"
|
| #include "platform/text/TextDirection.h"
|
| -#include "platform/text/TextRun.h"
|
| #include "platform/text/UnicodeBidi.h"
|
| #include "platform/transforms/TransformOperations.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/LeakAnnotations.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/RefCounted.h"
|
| -#include "wtf/StdLibExtras.h"
|
| #include "wtf/Vector.h"
|
|
|
| template<typename T, typename U> inline bool compareEqual(const T& t, const U& u) { return t == static_cast<T>(u); }
|
| @@ -111,12 +102,15 @@ class FilterOperations;
|
| class AppliedTextDecoration;
|
| class BorderData;
|
| struct BorderEdge;
|
| +class CSSAnimationData;
|
| +class CSSTransitionData;
|
| class CSSVariableData;
|
| class Font;
|
| class FontMetrics;
|
| class RotateTransformOperation;
|
| class ScaleTransformOperation;
|
| class ShadowList;
|
| +class ShapeValue;
|
| class StyleImage;
|
| class StyleInheritedData;
|
| class StylePath;
|
|
|