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

Unified Diff: third_party/WebKit/Source/core/svg/properties/SVGPropertyTearOff.h

Issue 2913513002: Remove unused methods in SVGListPropertyHelper and SVGPropertyTearOff* (Closed)
Patch Set: Created 3 years, 7 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 | « third_party/WebKit/Source/core/svg/properties/SVGListPropertyHelper.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/properties/SVGPropertyTearOff.h
diff --git a/third_party/WebKit/Source/core/svg/properties/SVGPropertyTearOff.h b/third_party/WebKit/Source/core/svg/properties/SVGPropertyTearOff.h
index 3119f2bd3e6c0d1004279a7300f416b14ecc6b07..a78c3f97064d423129797991f0e8b60744cf0174 100644
--- a/third_party/WebKit/Source/core/svg/properties/SVGPropertyTearOff.h
+++ b/third_party/WebKit/Source/core/svg/properties/SVGPropertyTearOff.h
@@ -69,8 +69,6 @@ class SVGPropertyTearOffBase
attribute_name_ = attribute_name;
}
- virtual AnimatedPropertyType GetType() const = 0;
-
DEFINE_INLINE_VIRTUAL_TRACE() {}
static void ThrowReadOnly(ExceptionState&);
@@ -106,10 +104,6 @@ class SVGPropertyTearOff : public SVGPropertyTearOffBase {
void SetTarget(Property* target) { target_ = target; }
- AnimatedPropertyType GetType() const override {
- return Property::ClassType();
- }
-
DEFINE_INLINE_VIRTUAL_TRACE() {
visitor->Trace(target_);
SVGPropertyTearOffBase::Trace(visitor);
« no previous file with comments | « third_party/WebKit/Source/core/svg/properties/SVGListPropertyHelper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698