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

Unified Diff: Source/core/svg/SVGRect.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/SVGPoint.h ('k') | Source/core/svg/SVGTransform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGRect.h
diff --git a/Source/core/svg/SVGRect.h b/Source/core/svg/SVGRect.h
index e726a7973662e18baec9adfbd22325fbd33d1245..411ee3ca8a51810110969012f6df49b74f902f80 100644
--- a/Source/core/svg/SVGRect.h
+++ b/Source/core/svg/SVGRect.h
@@ -62,9 +62,6 @@ public:
void setWidth(float f) { m_value.setWidth(f); }
void setHeight(float f) { m_value.setHeight(f); }
- bool operator==(const SVGRect&) const;
- bool operator!=(const SVGRect& other) const { return !operator==(other); }
-
virtual String valueAsString() const OVERRIDE;
void setValueAsString(const String&, ExceptionState&);
« no previous file with comments | « Source/core/svg/SVGPoint.h ('k') | Source/core/svg/SVGTransform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698