Index: Source/core/paint/SVGContainerPainter.cpp |
diff --git a/Source/core/paint/SVGContainerPainter.cpp b/Source/core/paint/SVGContainerPainter.cpp |
index 3dbda39d301281269074c918d9cd1d905d83e394..2d7d97dff4b111813ffd667539b2d82d9b2bf4b6 100644 |
--- a/Source/core/paint/SVGContainerPainter.cpp |
+++ b/Source/core/paint/SVGContainerPainter.cpp |
@@ -9,7 +9,6 @@ |
#include "core/layout/svg/LayoutSVGViewportContainer.h" |
#include "core/layout/svg/SVGLayoutSupport.h" |
#include "core/paint/FloatClipRecorder.h" |
-#include "core/paint/GraphicsContextAnnotator.h" |
#include "core/paint/ObjectPainter.h" |
#include "core/paint/PaintInfo.h" |
#include "core/paint/SVGPaintContext.h" |
@@ -20,8 +19,6 @@ namespace blink { |
void SVGContainerPainter::paint(const PaintInfo& paintInfo) |
{ |
- ANNOTATE_GRAPHICS_CONTEXT(paintInfo, &m_layoutSVGContainer); |
- |
// Spec: groups w/o children still may render filter content. |
if (!m_layoutSVGContainer.firstChild() && !m_layoutSVGContainer.selfWillPaint()) |
return; |