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

Unified Diff: Source/core/layout/HitTestLocation.h

Issue 1318713003: Make classes and structures in core/layout fast-allocated. (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/layout/HitTestCache.h ('k') | Source/core/layout/HitTestRequest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/layout/HitTestCache.h ('k') | Source/core/layout/HitTestRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698