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

Unified Diff: Source/core/layout/HitTestRequest.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/HitTestLocation.h ('k') | Source/core/layout/LayoutAnalyzer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/HitTestRequest.h
diff --git a/Source/core/layout/HitTestRequest.h b/Source/core/layout/HitTestRequest.h
index 906791178eeeef68002c265d4f348a2722c00d6f..cdd0978b6e4babeb4026653fb90fdc953d0f28a3 100644
--- a/Source/core/layout/HitTestRequest.h
+++ b/Source/core/layout/HitTestRequest.h
@@ -23,11 +23,13 @@
#ifndef HitTestRequest_h
#define HitTestRequest_h
+#include "wtf/Allocator.h"
#include "wtf/Assertions.h"
namespace blink {
class HitTestRequest {
+ DISALLOW_ALLOCATION();
public:
enum RequestType {
ReadOnly = 1 << 1,
« no previous file with comments | « Source/core/layout/HitTestLocation.h ('k') | Source/core/layout/LayoutAnalyzer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698