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

Unified Diff: Source/core/testing/InternalSettings.h

Issue 1323493004: Make classes and structures in core/workers, core/timing and core/testing 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 | « no previous file | Source/core/timing/DOMWindowPerformance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/InternalSettings.h
diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h
index 2a872abc03ee9f07c20e3ac78f78dc4679dc315b..46b68d1f24174ffdcc0e3fe28cf606ebfa77bc70 100644
--- a/Source/core/testing/InternalSettings.h
+++ b/Source/core/testing/InternalSettings.h
@@ -34,6 +34,7 @@
#include "platform/graphics/ImageAnimationPolicy.h"
#include "platform/heap/Handle.h"
#include "public/platform/WebDisplayMode.h"
+#include "wtf/Allocator.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
#include "wtf/text/WTFString.h"
@@ -55,6 +56,7 @@ class InternalSettings final : public InternalSettingsGenerated {
DEFINE_WRAPPERTYPEINFO();
public:
class Backup {
+ DISALLOW_ALLOCATION();
public:
explicit Backup(Settings*);
void restoreTo(Settings*);
« no previous file with comments | « no previous file | Source/core/timing/DOMWindowPerformance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698