Chromium Code Reviews

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

Issue 1097053004: Drop some dead code from FilterEffect (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/platform/graphics/filters/FETurbulence.h
diff --git a/Source/platform/graphics/filters/FETurbulence.h b/Source/platform/graphics/filters/FETurbulence.h
index 2e40af9060d8ef125a0e58ea83eb32a161d7bd3f..ba6e3909238c325eb9817999743c15c5f28610a5 100644
--- a/Source/platform/graphics/filters/FETurbulence.h
+++ b/Source/platform/graphics/filters/FETurbulence.h
@@ -59,8 +59,6 @@ public:
bool stitchTiles() const;
bool setStitchTiles(bool);
- static void fillRegionWorker(void*);
-
virtual TextStream& externalRepresentation(TextStream&, int indention) const override;
private:

Powered by Google App Engine