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

Unified Diff: Source/core/svg/SVGPoint.h

Issue 463173003: Remove some SVG equality operators (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 | « Source/core/svg/SVGBoolean.h ('k') | Source/core/svg/SVGRect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGPoint.h
diff --git a/Source/core/svg/SVGPoint.h b/Source/core/svg/SVGPoint.h
index 821995fef8322cf08ee82b5e82142add7dd418ee..4bd21557702fdc7611c426f193741fff540c89e1 100644
--- a/Source/core/svg/SVGPoint.h
+++ b/Source/core/svg/SVGPoint.h
@@ -65,9 +65,6 @@ public:
FloatPoint matrixTransform(const AffineTransform&) const;
- bool operator==(const SVGPoint&) const;
- bool operator!=(const SVGPoint& other) const { return !operator==(other); }
-
virtual String valueAsString() const OVERRIDE;
void setValueAsString(const String&, ExceptionState&);
« no previous file with comments | « Source/core/svg/SVGBoolean.h ('k') | Source/core/svg/SVGRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698