| Index: Source/core/paint/SVGPaintContext.h
|
| diff --git a/Source/core/paint/SVGPaintContext.h b/Source/core/paint/SVGPaintContext.h
|
| index 6fe1b207ef0026233c35e9e9a61a2b03a6486c18..50babac7f7b9a18d25a5ae273f85334c43f63112 100644
|
| --- a/Source/core/paint/SVGPaintContext.h
|
| +++ b/Source/core/paint/SVGPaintContext.h
|
| @@ -87,10 +87,10 @@ private:
|
| LayoutObject* m_object;
|
| PaintInfo m_paintInfo;
|
| const PaintInfo* m_originalPaintInfo;
|
| - RawPtrWillBeMember<LayoutSVGResourceFilter> m_filter;
|
| - RawPtrWillBeMember<LayoutSVGResourceClipper> m_clipper;
|
| + LayoutSVGResourceFilter* m_filter;
|
| + LayoutSVGResourceClipper* m_clipper;
|
| SVGClipPainter::ClipperState m_clipperState;
|
| - RawPtrWillBeMember<LayoutSVGResourceMasker> m_masker;
|
| + LayoutSVGResourceMasker* m_masker;
|
| OwnPtr<FloatClipRecorder> m_clipRecorder;
|
| OwnPtr<CompositingRecorder> m_compositingRecorder;
|
| OwnPtr<ClipPathRecorder> m_clipPathRecorder;
|
|
|