Index: Source/core/paint/ReplacedPainter.cpp |
diff --git a/Source/core/paint/ReplacedPainter.cpp b/Source/core/paint/ReplacedPainter.cpp |
index a61f1b7654aea40d38db3f53dde5b1025ec65ca9..4e01e46b9e8ba5f6bf061b2194494cb8382049fb 100644 |
--- a/Source/core/paint/ReplacedPainter.cpp |
+++ b/Source/core/paint/ReplacedPainter.cpp |
@@ -8,7 +8,6 @@ |
#include "core/layout/LayoutReplaced.h" |
#include "core/paint/BoxPainter.h" |
#include "core/paint/DeprecatedPaintLayer.h" |
-#include "core/paint/GraphicsContextAnnotator.h" |
#include "core/paint/LayoutObjectDrawingRecorder.h" |
#include "core/paint/ObjectPainter.h" |
#include "core/paint/PaintInfo.h" |
@@ -18,8 +17,6 @@ namespace blink { |
void ReplacedPainter::paint(const PaintInfo& paintInfo, const LayoutPoint& paintOffset) |
{ |
- ANNOTATE_GRAPHICS_CONTEXT(paintInfo, &m_layoutReplaced); |
- |
if (!m_layoutReplaced.shouldPaint(paintInfo, paintOffset)) |
return; |