| Index: third_party/WebKit/Source/core/paint/SVGPaintContext.h
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGPaintContext.h b/third_party/WebKit/Source/core/paint/SVGPaintContext.h
|
| index 6036e20815779e91b8277d597a9bbe5411e5d51f..85ffe8939ea3871a0f7da6c9134aed744a4957d0 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGPaintContext.h
|
| +++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.h
|
| @@ -154,6 +154,7 @@ class SVGPaintContext {
|
| std::unique_ptr<CompositingRecorder> m_compositingRecorder;
|
| Optional<ClipPathClipper> m_clipPathClipper;
|
| std::unique_ptr<SVGFilterRecordingContext> m_filterRecordingContext;
|
| + Optional<ScopedPaintChunkProperties> m_scopedPaintChunkProperties;
|
| #if ENABLE(ASSERT)
|
| bool m_applyClipMaskAndFilterIfNecessaryCalled;
|
| #endif
|
|
|