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 2c0167e77f977f20c485b6252fca966126fc03d9..13a76befd9bcbf92edcbebf04e9a0ee871045a1f 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGPaintContext.h |
+++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.h |
@@ -155,6 +155,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 |