Index: third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp b/third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp |
index 51a79f1badb304d7de58bae112fae6d33ff89c09..27991025796862a05d448e8a9af4abdb8f9d012c 100644 |
--- a/third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp |
@@ -7,15 +7,11 @@ |
#include "core/layout/LayoutListItem.h" |
#include "core/layout/LayoutListMarker.h" |
#include "core/layout/ListMarkerText.h" |
-#include "core/layout/TextRunConstructor.h" |
#include "core/layout/api/SelectionState.h" |
-#include "core/paint/BlockPainter.h" |
#include "core/paint/LayoutObjectDrawingRecorder.h" |
#include "core/paint/PaintInfo.h" |
-#include "platform/RuntimeEnabledFeatures.h" |
#include "platform/geometry/LayoutPoint.h" |
#include "platform/graphics/GraphicsContextStateSaver.h" |
-#include "wtf/text/CharacterNames.h" |
namespace blink { |