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

Unified Diff: Source/core/page/WindowFeatures.h

Issue 1304063005: Make classes and structures in core/page 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/page/ScopedPageLoadDeferrer.h ('k') | Source/core/page/scrolling/ScrollingConstraints.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/WindowFeatures.h
diff --git a/Source/core/page/WindowFeatures.h b/Source/core/page/WindowFeatures.h
index c1018f09a8c4c83d1d3978adf9bdaa5ce7eb548a..e644f0171bf9cb787ead66bae88a966b1a664b87 100644
--- a/Source/core/page/WindowFeatures.h
+++ b/Source/core/page/WindowFeatures.h
@@ -29,6 +29,7 @@
#ifndef WindowFeatures_h
#define WindowFeatures_h
+#include "wtf/Allocator.h"
#include "wtf/HashMap.h"
#include "wtf/text/WTFString.h"
@@ -37,6 +38,7 @@ namespace blink {
class IntRect;
struct WindowFeatures {
+ DISALLOW_ALLOCATION();
WindowFeatures()
: x(0)
, xSet(false)
« no previous file with comments | « Source/core/page/ScopedPageLoadDeferrer.h ('k') | Source/core/page/scrolling/ScrollingConstraints.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698