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

Unified Diff: Source/platform/geometry/IntPoint.h

Issue 289323003: Move markerlists to Oilpan heap and remove finalizer from DocumentMarkerController (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Move DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED Created 6 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 | « Source/core/testing/Internals.cpp ('k') | Source/platform/geometry/IntRect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/IntPoint.h
diff --git a/Source/platform/geometry/IntPoint.h b/Source/platform/geometry/IntPoint.h
index 206f21098f7cbb32252419828abef32176402df0..acc319d3f1ccbef49ed43fba8f1de013cf52f103 100644
--- a/Source/platform/geometry/IntPoint.h
+++ b/Source/platform/geometry/IntPoint.h
@@ -29,6 +29,7 @@
#include "platform/geometry/IntSize.h"
#include "wtf/MathExtras.h"
+#include "wtf/VectorTraits.h"
#if OS(MACOSX)
typedef struct CGPoint CGPoint;
@@ -160,4 +161,11 @@ inline int IntPoint::distanceSquaredToPoint(const IntPoint& point) const
} // namespace WebCore
+namespace WTF {
+
+template<>
+struct VectorTraits<WebCore::IntPoint> : SimpleClassVectorTraits<WebCore::IntPoint> { };
+
+} // namespace WTF
+
#endif // IntPoint_h
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | Source/platform/geometry/IntRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698