Index: third_party/WebKit/Source/core/style/FilterOperations.h |
diff --git a/third_party/WebKit/Source/core/style/FilterOperations.h b/third_party/WebKit/Source/core/style/FilterOperations.h |
index d51b30e94c0d73177142de3ea1d5800603f99ea3..f87c33c1fc43314cf61757d7b63b9925cb233445 100644 |
--- a/third_party/WebKit/Source/core/style/FilterOperations.h |
+++ b/third_party/WebKit/Source/core/style/FilterOperations.h |
@@ -31,8 +31,6 @@ |
#include "wtf/Vector.h" |
namespace blink { |
- |
-class SVGResourceClient; |
class CORE_EXPORT FilterOperations { |
DISALLOW_NEW(); |
@@ -71,9 +69,6 @@ |
bool hasReferenceFilter() const; |
- void addClient(SVGResourceClient*) const; |
- void removeClient(SVGResourceClient*) const; |
- |
DECLARE_TRACE(); |
private: |