Index: Source/core/paint/FrameSetPainter.cpp |
diff --git a/Source/core/paint/FrameSetPainter.cpp b/Source/core/paint/FrameSetPainter.cpp |
index c03a70e2946d144b295b45bb40be8d817b2099fe..a45306f5746b341e49940b9c69978072be6bb124 100644 |
--- a/Source/core/paint/FrameSetPainter.cpp |
+++ b/Source/core/paint/FrameSetPainter.cpp |
@@ -7,7 +7,6 @@ |
#include "core/html/HTMLFrameSetElement.h" |
#include "core/layout/LayoutFrameSet.h" |
-#include "core/paint/GraphicsContextAnnotator.h" |
#include "core/paint/LayoutObjectDrawingRecorder.h" |
#include "core/paint/PaintInfo.h" |
@@ -117,8 +116,6 @@ void FrameSetPainter::paintChildren(const PaintInfo& paintInfo, const LayoutPoin |
void FrameSetPainter::paint(const PaintInfo& paintInfo, const LayoutPoint& paintOffset) |
{ |
- ANNOTATE_GRAPHICS_CONTEXT(paintInfo, &m_layoutFrameSet); |
- |
if (paintInfo.phase != PaintPhaseForeground) |
return; |