Index: Source/core/layout/HitTestLocation.h |
diff --git a/Source/core/layout/HitTestLocation.h b/Source/core/layout/HitTestLocation.h |
index 52bb4288c51fc67b42b5113119881ef6748a72f2..1ae69abd92f6f1f85232d75a8229318608b4f731 100644 |
--- a/Source/core/layout/HitTestLocation.h |
+++ b/Source/core/layout/HitTestLocation.h |
@@ -26,6 +26,7 @@ |
#include "platform/geometry/FloatQuad.h" |
#include "platform/geometry/FloatRect.h" |
#include "platform/geometry/LayoutRect.h" |
+#include "wtf/Allocator.h" |
#include "wtf/Forward.h" |
#include "wtf/ListHashSet.h" |
#include "wtf/OwnPtr.h" |
@@ -36,6 +37,7 @@ namespace blink { |
class FloatRoundedRect; |
class CORE_EXPORT HitTestLocation { |
+ DISALLOW_ALLOCATION(); |
public: |
// Note that all points are in contents (aka "page") coordinate space for the |