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

Unified Diff: Source/platform/graphics/filters/FEDisplacementMap.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/platform/graphics/filters/FEDisplacementMap.h
diff --git a/Source/platform/graphics/filters/FEDisplacementMap.h b/Source/platform/graphics/filters/FEDisplacementMap.h
index 371d9b72e8dd1ab88b4d64363e610a78c7d1a9c4..04eceba7eea449fef1bb107462c514253cce774c 100644
--- a/Source/platform/graphics/filters/FEDisplacementMap.h
+++ b/Source/platform/graphics/filters/FEDisplacementMap.h
@@ -24,7 +24,6 @@
#define FEDisplacementMap_h
#include "platform/graphics/filters/FilterEffect.h"
-#include "wtf/text/WTFString.h"
namespace blink {
@@ -49,8 +48,6 @@ public:
float scale() const;
bool setScale(float);
- virtual void setResultColorSpace(ColorSpace) override;
-
virtual FloatRect mapPaintRect(const FloatRect&, bool forward = true) override final;
virtual TextStream& externalRepresentation(TextStream&, int indention) const override;

Powered by Google App Engine
This is Rietveld 408576698