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

Unified Diff: Source/core/svg/SVGRect.cpp

Issue 1321453012: Added allocator matcros to blink classes and structures in core/svg. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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/SVGRect.h ('k') | Source/core/svg/SVGTransformDistance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGRect.cpp
diff --git a/Source/core/svg/SVGRect.cpp b/Source/core/svg/SVGRect.cpp
index 95d8078157cfd05f3924ed24684edb5033eb0568..b7139338a3bf35935da4445e5090b9f852a08d9e 100644
--- a/Source/core/svg/SVGRect.cpp
+++ b/Source/core/svg/SVGRect.cpp
@@ -37,11 +37,6 @@ SVGRect::SVGRect()
{
}
-SVGRect::SVGRect(InvalidSVGRectTag)
-{
- setInvalid();
-}
-
SVGRect::SVGRect(const FloatRect& rect)
: m_isValid(true)
, m_value(rect)
« no previous file with comments | « Source/core/svg/SVGRect.h ('k') | Source/core/svg/SVGTransformDistance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698