| Index: Source/core/paint/SVGShapePainter.cpp
|
| diff --git a/Source/core/paint/SVGShapePainter.cpp b/Source/core/paint/SVGShapePainter.cpp
|
| index 3a5f8e358d49e4765b0417acc14faa796cc5d9d0..f753df97bcc244ec8f4818c8d061b2d717fdf1d5 100644
|
| --- a/Source/core/paint/SVGShapePainter.cpp
|
| +++ b/Source/core/paint/SVGShapePainter.cpp
|
| @@ -12,7 +12,6 @@
|
| #include "core/layout/svg/SVGMarkerData.h"
|
| #include "core/layout/svg/SVGResources.h"
|
| #include "core/layout/svg/SVGResourcesCache.h"
|
| -#include "core/paint/GraphicsContextAnnotator.h"
|
| #include "core/paint/LayoutObjectDrawingRecorder.h"
|
| #include "core/paint/ObjectPainter.h"
|
| #include "core/paint/PaintInfo.h"
|
| @@ -42,7 +41,6 @@ static SkPath::FillType fillRuleFromStyle(const PaintInfo& paintInfo, const SVGC
|
|
|
| void SVGShapePainter::paint(const PaintInfo& paintInfo)
|
| {
|
| - ANNOTATE_GRAPHICS_CONTEXT(paintInfo, &m_layoutSVGShape);
|
| if (paintInfo.phase != PaintPhaseForeground
|
| || m_layoutSVGShape.style()->visibility() == HIDDEN
|
| || m_layoutSVGShape.isShapeEmpty())
|
|
|