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

Unified Diff: Source/core/rendering/svg/RenderSVGResourcePattern.h

Issue 579243004: Prevent reading stale/invalid data when applying a <pattern> (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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
Index: Source/core/rendering/svg/RenderSVGResourcePattern.h
diff --git a/Source/core/rendering/svg/RenderSVGResourcePattern.h b/Source/core/rendering/svg/RenderSVGResourcePattern.h
index de1326b9c8cef656f06ceaceebfa4f040afaede7..5bebbe4a2e7fd964016a371c32a251d5ffdfbf74 100644
--- a/Source/core/rendering/svg/RenderSVGResourcePattern.h
+++ b/Source/core/rendering/svg/RenderSVGResourcePattern.h
@@ -63,7 +63,7 @@ private:
PassOwnPtr<ImageBuffer> createTileImage(const PatternAttributes&, const FloatRect& tileBoundaries,
const FloatRect& absoluteTileBoundaries, const AffineTransform& tileImageTransform) const;
- PatternData* buildPattern(RenderObject*, unsigned short resourceMode);
+ PatternData* buildPattern(RenderObject*, const SVGPatternElement*);
bool m_shouldCollectPatternAttributes : 1;
PatternAttributes m_attributes;
« no previous file with comments | « LayoutTests/svg/custom/pattern-empty-bbox-2-expected.html ('k') | Source/core/rendering/svg/RenderSVGResourcePattern.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698