| 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..45f80cb74884ec729796626545b6172a28162ebd 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGPaintContext.h
|
| +++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.h
|
| @@ -135,6 +135,7 @@ class SVGPaintContext {
|
|
|
| private:
|
| void applyCompositingIfNecessary();
|
| + void applyPaintPropertyState();
|
| void applyClipIfNecessary();
|
|
|
| // Return true if no masking is necessary or if the mask is successfully
|
| @@ -155,6 +156,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
|
|
|