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

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

Issue 1149043003: Fix ordering of recorders in SVGPaintContext (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test. Created 5 years, 7 months 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
« no previous file with comments | « LayoutTests/svg/custom/invalid-filter-reference-and-opacity-crash-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/SVGPaintContext.h
diff --git a/Source/core/paint/SVGPaintContext.h b/Source/core/paint/SVGPaintContext.h
index 9288eaf21dd7251afebc8ee0d12650324d2de1cb..304fac04ec005e882d7b443d511f83e03e038f68 100644
--- a/Source/core/paint/SVGPaintContext.h
+++ b/Source/core/paint/SVGPaintContext.h
@@ -91,8 +91,8 @@ private:
RawPtrWillBeMember<LayoutSVGResourceClipper> m_clipper;
SVGClipPainter::ClipperState m_clipperState;
RawPtrWillBeMember<LayoutSVGResourceMasker> m_masker;
- OwnPtr<CompositingRecorder> m_compositingRecorder;
OwnPtr<FloatClipRecorder> m_clipRecorder;
+ OwnPtr<CompositingRecorder> m_compositingRecorder;
OwnPtr<ClipPathRecorder> m_clipPathRecorder;
#if ENABLE(ASSERT)
bool m_applyClipMaskAndFilterIfNecessaryCalled;
« no previous file with comments | « LayoutTests/svg/custom/invalid-filter-reference-and-opacity-crash-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698