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

Unified Diff: Source/core/layout/PointerEventsHitRules.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/PendingSelection.h ('k') | Source/core/layout/ScrollAlignment.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/PointerEventsHitRules.h
diff --git a/Source/core/layout/PointerEventsHitRules.h b/Source/core/layout/PointerEventsHitRules.h
index 817b12f555cd4e4d5fff91ee7a0bb3c3ecfc6fe3..2dde316e265e27a62ff7830a281d58aca36d0901 100644
--- a/Source/core/layout/PointerEventsHitRules.h
+++ b/Source/core/layout/PointerEventsHitRules.h
@@ -22,10 +22,12 @@
#include "core/layout/HitTestRequest.h"
#include "core/style/ComputedStyleConstants.h"
+#include "wtf/Allocator.h"
namespace blink {
class PointerEventsHitRules {
+ STACK_ALLOCATED();
public:
enum EHitTesting {
SVG_IMAGE_HITTESTING,
« no previous file with comments | « Source/core/layout/PendingSelection.h ('k') | Source/core/layout/ScrollAlignment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698