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

Unified Diff: Source/platform/graphics/filters/FETurbulence.h

Issue 333783002: Fix tiled (stitched) FETurbulence. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update to ToT Created 6 years, 6 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/filters/feTurbulence-tiled.svg ('k') | Source/platform/graphics/filters/FETurbulence.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/filters/FETurbulence.h
diff --git a/Source/platform/graphics/filters/FETurbulence.h b/Source/platform/graphics/filters/FETurbulence.h
index 24f9eeab2200ca87212cfe785f406f31c25118e5..f5c230b26a7f93027840fca83acffa04e9e9fdfd 100644
--- a/Source/platform/graphics/filters/FETurbulence.h
+++ b/Source/platform/graphics/filters/FETurbulence.h
@@ -117,7 +117,7 @@ private:
virtual void applySoftware() OVERRIDE;
virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
- SkShader* createShader(const IntRect& filterRegion);
+ SkShader* createShader();
inline void initPaint(PaintingData&);
float noise2D(int channel, PaintingData&, StitchData&, const FloatPoint&);
« no previous file with comments | « LayoutTests/svg/filters/feTurbulence-tiled.svg ('k') | Source/platform/graphics/filters/FETurbulence.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698