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

Unified Diff: Source/platform/geometry/IntRect.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/platform/geometry/IntPoint.h ('k') | Source/web/ContextMenuClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/IntRect.h
diff --git a/Source/platform/geometry/IntRect.h b/Source/platform/geometry/IntRect.h
index 3eb23be9daedff2c571995b51ad667966b8772c2..a15d7615666ea433136c0e44f81b7454d37eb9bb 100644
--- a/Source/platform/geometry/IntRect.h
+++ b/Source/platform/geometry/IntRect.h
@@ -29,6 +29,7 @@
#include "platform/geometry/IntPoint.h"
#include "wtf/FastAllocBase.h"
#include "wtf/Vector.h"
+#include "wtf/VectorTraits.h"
#if OS(MACOSX)
typedef struct CGRect CGRect;
@@ -205,4 +206,11 @@ PLATFORM_EXPORT IntRect enclosingIntRect(const NSRect&);
} // namespace WebCore
+namespace WTF {
+
+template<>
+struct VectorTraits<WebCore::IntRect> : SimpleClassVectorTraits<WebCore::IntRect> { };
+
+} // namespace WTF
+
#endif // IntRect_h
« no previous file with comments | « Source/platform/geometry/IntPoint.h ('k') | Source/web/ContextMenuClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698