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

Unified Diff: Source/core/frame/DeprecatedScheduleStyleRecalcDuringLayout.h

Issue 1315783003: Make classes and structures in core/frame 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/frame/DeviceSingleWindowEventController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/DeprecatedScheduleStyleRecalcDuringLayout.h
diff --git a/Source/core/frame/DeprecatedScheduleStyleRecalcDuringLayout.h b/Source/core/frame/DeprecatedScheduleStyleRecalcDuringLayout.h
index f5c59901bec4c236c4b646c35ad305ea3f174f34..bf057f7a5e16bbd9dd8e2af6476ca4e5ba51fd60 100644
--- a/Source/core/frame/DeprecatedScheduleStyleRecalcDuringLayout.h
+++ b/Source/core/frame/DeprecatedScheduleStyleRecalcDuringLayout.h
@@ -6,10 +6,12 @@
#define DeprecatedScheduleStyleRecalcDuringLayout_h
#include "core/dom/DocumentLifecycle.h"
+#include "wtf/Allocator.h"
namespace blink {
class DeprecatedScheduleStyleRecalcDuringLayout {
+ STACK_ALLOCATED();
WTF_MAKE_NONCOPYABLE(DeprecatedScheduleStyleRecalcDuringLayout);
public:
explicit DeprecatedScheduleStyleRecalcDuringLayout(DocumentLifecycle&);
« no previous file with comments | « no previous file | Source/core/frame/DeviceSingleWindowEventController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698