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

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

Issue 2570223002: [SPv2] Associate effect property nodes for SVG paint chunks (Closed)
Patch Set: 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 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

Powered by Google App Engine
This is Rietveld 408576698