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

Unified Diff: third_party/WebKit/Source/core/svg/properties/SVGListPropertyHelper.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 | « no previous file | third_party/WebKit/Source/core/svg/properties/SVGPropertyTearOff.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/properties/SVGListPropertyHelper.h
diff --git a/third_party/WebKit/Source/core/svg/properties/SVGListPropertyHelper.h b/third_party/WebKit/Source/core/svg/properties/SVGListPropertyHelper.h
index 072979f7d97a3c3e4f49fad2daa81d41b3e631b2..22f2279efa4b33cb2ec7095f5c4904b5a84ad176 100644
--- a/third_party/WebKit/Source/core/svg/properties/SVGListPropertyHelper.h
+++ b/third_party/WebKit/Source/core/svg/properties/SVGListPropertyHelper.h
@@ -91,11 +91,6 @@ class SVGListPropertyHelper : public SVGPropertyHelper<Derived> {
};
ConstIterator begin() const { return ConstIterator(values_.begin()); }
-
- ConstIterator LastAppended() const {
- return ConstIterator(values_.begin() + values_.size() - 1);
- }
-
ConstIterator end() const { return ConstIterator(values_.end()); }
void Append(ItemPropertyType* new_item) {
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/properties/SVGPropertyTearOff.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698