Index: Source/core/paint/ReplicaPainter.cpp |
diff --git a/Source/core/paint/ReplicaPainter.cpp b/Source/core/paint/ReplicaPainter.cpp |
index 00750a4fe4595037338e08692d378c956011179e..05dcdc1f3f321083bd01270d3f332c7e69552654 100644 |
--- a/Source/core/paint/ReplicaPainter.cpp |
+++ b/Source/core/paint/ReplicaPainter.cpp |
@@ -8,7 +8,6 @@ |
#include "core/layout/LayoutReplica.h" |
#include "core/paint/DeprecatedPaintLayer.h" |
#include "core/paint/DeprecatedPaintLayerPainter.h" |
-#include "core/paint/GraphicsContextAnnotator.h" |
#include "core/paint/LayoutObjectDrawingRecorder.h" |
#include "core/paint/PaintInfo.h" |
@@ -16,8 +15,6 @@ namespace blink { |
void ReplicaPainter::paint(const PaintInfo& paintInfo, const LayoutPoint& paintOffset) |
{ |
- ANNOTATE_GRAPHICS_CONTEXT(paintInfo, &m_layoutReplica); |
- |
if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseMask) |
return; |