| Index: Source/core/paint/ListMarkerPainter.cpp
|
| diff --git a/Source/core/paint/ListMarkerPainter.cpp b/Source/core/paint/ListMarkerPainter.cpp
|
| index a1c00b6f4c36641960f4da48301cb51386c8d4b6..7caf6846ae117194f5e9f4208554c3ce2c8ffcc6 100644
|
| --- a/Source/core/paint/ListMarkerPainter.cpp
|
| +++ b/Source/core/paint/ListMarkerPainter.cpp
|
| @@ -9,7 +9,6 @@
|
| #include "core/layout/LayoutListMarker.h"
|
| #include "core/layout/TextRunConstructor.h"
|
| #include "core/paint/BlockPainter.h"
|
| -#include "core/paint/GraphicsContextAnnotator.h"
|
| #include "core/paint/LayoutObjectDrawingRecorder.h"
|
| #include "core/paint/PaintInfo.h"
|
| #include "platform/geometry/LayoutPoint.h"
|
| @@ -20,8 +19,6 @@ namespace blink {
|
|
|
| void ListMarkerPainter::paint(const PaintInfo& paintInfo, const LayoutPoint& paintOffset)
|
| {
|
| - ANNOTATE_GRAPHICS_CONTEXT(paintInfo, &m_layoutListMarker);
|
| -
|
| if (paintInfo.phase != PaintPhaseForeground)
|
| return;
|
|
|
|
|