Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBlock.cpp

Issue 2015583003: Remove assorted unnecessary includes in core/layout/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/layout/LayoutBlock.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
index 246bd48c512431452e500efed8c4678e903f8985..e60cdcb434f862aa57e27f7b4959fb83129cc30d 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
@@ -24,7 +24,6 @@
#include "core/layout/LayoutBlock.h"
#include "core/HTMLNames.h"
-#include "core/dom/AXObjectCache.h"
#include "core/dom/Document.h"
#include "core/dom/Element.h"
#include "core/dom/StyleEngine.h"
@@ -42,40 +41,23 @@
#include "core/layout/LayoutFlexibleBox.h"
#include "core/layout/LayoutFlowThread.h"
#include "core/layout/LayoutGrid.h"
-#include "core/layout/LayoutInline.h"
#include "core/layout/LayoutMultiColumnSpannerPlaceholder.h"
-#include "core/layout/LayoutObject.h"
#include "core/layout/LayoutTableCell.h"
-#include "core/layout/LayoutTextCombine.h"
-#include "core/layout/LayoutTextFragment.h"
#include "core/layout/LayoutTheme.h"
#include "core/layout/LayoutView.h"
#include "core/layout/TextAutosizer.h"
+#include "core/layout/api/LineLayoutBox.h"
#include "core/layout/api/LineLayoutItem.h"
-#include "core/layout/line/GlyphOverflow.h"
-#include "core/layout/line/InlineIterator.h"
#include "core/layout/line/InlineTextBox.h"
-#include "core/layout/shapes/ShapeOutsideInfo.h"
#include "core/page/Page.h"
#include "core/paint/BlockPainter.h"
-#include "core/paint/BoxPainter.h"
-#include "core/paint/LayoutObjectDrawingRecorder.h"
#include "core/paint/PaintLayer.h"
#include "core/style/ComputedStyle.h"
-#include "core/style/ContentData.h"
#include "platform/RuntimeEnabledFeatures.h"
-#include "platform/geometry/FloatQuad.h"
-#include "platform/geometry/TransformState.h"
#include "wtf/StdLibExtras.h"
-#include "wtf/TemporaryChange.h"
-
-using namespace WTF;
-using namespace Unicode;
namespace blink {
-using namespace HTMLNames;
-
struct SameSizeAsLayoutBlock : public LayoutBox {
LayoutObjectChildList children;
uint32_t bitfields;

Powered by Google App Engine
This is Rietveld 408576698