Commit 2c6e211f authored by shend's avatar shend Committed by Commit bot

Remove unused includes of StyleInheritedData.

Before we can generate StyleInheritedData, we must first remove any
references to it outside of ComputedStyle. A lot of files include the
header file for StyleInheritedData, but do not use it. This will cause
a compile error when we remove the file to generate it instead.

This patch removes the unused includes, as lead-up to generating
StyleInheritedData.

BUG=628043

Review-Url: https://codereview.chromium.org/2844613002
Cr-Commit-Position: refs/heads/master@{#467616}
parent cf115265
......@@ -35,7 +35,6 @@
#include "core/css/StylePropertySet.h"
#include "core/layout/api/LayoutViewItem.h"
#include "core/style/ComputedStyle.h"
#include "core/style/StyleInheritedData.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace blink {
......
......@@ -37,7 +37,6 @@
#include "core/frame/UseCounter.h"
#include "core/layout/api/LayoutViewItem.h"
#include "core/style/ComputedStyle.h"
#include "core/style/StyleInheritedData.h"
#include "platform/wtf/MathExtras.h"
namespace blink {
......
......@@ -36,7 +36,6 @@
#include "core/dom/Element.h"
#include "core/style/CachedUAStyle.h"
#include "core/style/ComputedStyle.h"
#include "core/style/StyleInheritedData.h"
#include <memory>
namespace blink {
......
......@@ -28,7 +28,6 @@
#include "core/dom/Document.h"
#include "core/dom/Text.h"
#include "core/style/ComputedStyle.h"
#include "core/style/StyleInheritedData.h"
#include "platform/wtf/AutoReset.h"
#include "platform/wtf/text/StringBuilder.h"
......
......@@ -35,7 +35,6 @@
#include "core/html/forms/DateTimeFieldsState.h"
#include "core/html/shadow/ShadowElementNames.h"
#include "core/style/ComputedStyle.h"
#include "core/style/StyleInheritedData.h"
#include "platform/fonts/FontCache.h"
#include "platform/text/DateTimeFormat.h"
#include "platform/text/PlatformLocale.h"
......
......@@ -28,7 +28,6 @@
#include "core/CoreExport.h"
#include "core/layout/LayoutFlexibleBox.h"
#include "core/style/StyleInheritedData.h"
namespace blink {
......
......@@ -37,7 +37,6 @@
#include "core/paint/InlinePainter.h"
#include "core/paint/ObjectPainter.h"
#include "core/paint/PaintLayer.h"
#include "core/style/StyleInheritedData.h"
#include "platform/geometry/FloatQuad.h"
#include "platform/geometry/Region.h"
#include "platform/geometry/TransformState.h"
......
......@@ -45,7 +45,6 @@
#include "core/paint/PaintLayer.h"
#include "core/paint/TablePaintInvalidator.h"
#include "core/paint/TablePainter.h"
#include "core/style/StyleInheritedData.h"
#include "platform/wtf/PtrUtil.h"
namespace blink {
......
......@@ -34,7 +34,6 @@
#include "core/layout/LayoutView.h"
#include "core/layout/SubtreeLayoutScope.h"
#include "core/paint/TableRowPainter.h"
#include "core/style/StyleInheritedData.h"
namespace blink {
......
......@@ -160,7 +160,6 @@
#include "core/page/PrintContext.h"
#include "core/paint/PaintLayer.h"
#include "core/paint/TransformRecorder.h"
#include "core/style/StyleInheritedData.h"
#include "core/timing/DOMWindowPerformance.h"
#include "core/timing/Performance.h"
#include "platform/ScriptForbiddenScope.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment