Index: Source/core/paint/BlockPainter.cpp |
diff --git a/Source/core/paint/BlockPainter.cpp b/Source/core/paint/BlockPainter.cpp |
index 75e9d68aee811a6147499b8f13ced3a38953898a..9a54a1683b3fa1eb0655ba168aa5456e155e3cac 100644 |
--- a/Source/core/paint/BlockPainter.cpp |
+++ b/Source/core/paint/BlockPainter.cpp |
@@ -13,7 +13,6 @@ |
#include "core/paint/BoxClipper.h" |
#include "core/paint/BoxPainter.h" |
#include "core/paint/DeprecatedPaintLayer.h" |
-#include "core/paint/GraphicsContextAnnotator.h" |
#include "core/paint/InlinePainter.h" |
#include "core/paint/LayoutObjectDrawingRecorder.h" |
#include "core/paint/LineBoxListPainter.h" |
@@ -29,8 +28,6 @@ void BlockPainter::paint(const PaintInfo& paintInfo, const LayoutPoint& paintOff |
{ |
PaintInfo localPaintInfo(paintInfo); |
- ANNOTATE_GRAPHICS_CONTEXT(localPaintInfo, &m_layoutBlock); |
- |
LayoutPoint adjustedPaintOffset = paintOffset + m_layoutBlock.location(); |
PaintPhase originalPhase = localPaintInfo.phase; |