| Index: Source/core/paint/SVGPaintContext.h
|
| diff --git a/Source/core/paint/SVGPaintContext.h b/Source/core/paint/SVGPaintContext.h
|
| index 9288eaf21dd7251afebc8ee0d12650324d2de1cb..304fac04ec005e882d7b443d511f83e03e038f68 100644
|
| --- a/Source/core/paint/SVGPaintContext.h
|
| +++ b/Source/core/paint/SVGPaintContext.h
|
| @@ -91,8 +91,8 @@ private:
|
| RawPtrWillBeMember<LayoutSVGResourceClipper> m_clipper;
|
| SVGClipPainter::ClipperState m_clipperState;
|
| RawPtrWillBeMember<LayoutSVGResourceMasker> m_masker;
|
| - OwnPtr<CompositingRecorder> m_compositingRecorder;
|
| OwnPtr<FloatClipRecorder> m_clipRecorder;
|
| + OwnPtr<CompositingRecorder> m_compositingRecorder;
|
| OwnPtr<ClipPathRecorder> m_clipPathRecorder;
|
| #if ENABLE(ASSERT)
|
| bool m_applyClipMaskAndFilterIfNecessaryCalled;
|
|
|