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

Unified Diff: Source/core/layout/compositing/GraphicsLayerUpdater.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
Index: Source/core/layout/compositing/GraphicsLayerUpdater.h
diff --git a/Source/core/layout/compositing/GraphicsLayerUpdater.h b/Source/core/layout/compositing/GraphicsLayerUpdater.h
index 56b4eb121264e1c879f883bce79464d3c29aec37..64349234777ce49ac7220731aabb6b008b6e4d76 100644
--- a/Source/core/layout/compositing/GraphicsLayerUpdater.h
+++ b/Source/core/layout/compositing/GraphicsLayerUpdater.h
@@ -28,13 +28,14 @@
#define GraphicsLayerUpdater_h
#include "platform/graphics/GraphicsLayer.h"
+#include "wtf/Allocator.h"
namespace blink {
class DeprecatedPaintLayer;
class GraphicsLayerUpdater {
-
+ STACK_ALLOCATED();
public:
GraphicsLayerUpdater();
~GraphicsLayerUpdater();
« no previous file with comments | « Source/core/layout/compositing/GraphicsLayerTreeBuilder.h ('k') | Source/core/layout/line/AbstractInlineTextBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698