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

Unified Diff: third_party/WebKit/Source/core/style/FilterOperations.h

Issue 2482353002: Revert of Tracking filter mutation via SVGElementProxy (Closed)
Patch Set: Created 4 years, 1 month 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: 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:
« no previous file with comments | « third_party/WebKit/Source/core/style/FilterOperation.cpp ('k') | third_party/WebKit/Source/core/style/FilterOperations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698