Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: third_party/WebKit/Source/core/paint/SVGPaintContext.h

Issue 2570223002: [SPv2] Associate effect property nodes for SVG paint chunks (Closed)
Patch Set: fix isolation & apply effects to SVG graphics elements Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698