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

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

Issue 205033010: Remove --enable-accelerated-filters flag, Blink-side. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Take AcceleratedImageBufferSurface behind the woodshed. Created 6 years, 9 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 | « Source/platform/graphics/filters/FETile.cpp ('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 ef0f7752725158aa8db309bc42304f2907ec1f70..24f9eeab2200ca87212cfe785f406f31c25118e5 100644
--- a/Source/platform/graphics/filters/FETurbulence.h
+++ b/Source/platform/graphics/filters/FETurbulence.h
@@ -116,7 +116,6 @@ private:
FETurbulence(Filter*, TurbulenceType, float, float, int, float, bool);
virtual void applySoftware() OVERRIDE;
- virtual bool applySkia() OVERRIDE;
virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
SkShader* createShader(const IntRect& filterRegion);
« no previous file with comments | « Source/platform/graphics/filters/FETile.cpp ('k') | Source/platform/graphics/filters/FETurbulence.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698