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 8360972465e99b15a1f6a040bfa7889f872fc2e9..521af0d42baba55e05bdb0f76e97f44c439232a8 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyle.h |
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.h |
@@ -60,12 +60,13 @@ |
#include "platform/LengthBox.h" |
#include "platform/LengthPoint.h" |
#include "platform/LengthSize.h" |
+#include "platform/RuntimeEnabledFeatures.h" |
#include "platform/ThemeTypes.h" |
#include "platform/fonts/FontDescription.h" |
#include "platform/geometry/FloatRoundedRect.h" |
#include "platform/geometry/LayoutRectOutsets.h" |
#include "platform/graphics/Color.h" |
-#include "platform/scroll/ScrollableArea.h" |
+#include "platform/scroll/ScrollTypes.h" |
#include "platform/text/TextDirection.h" |
#include "platform/text/UnicodeBidi.h" |
#include "platform/transforms/TransformOperations.h" |