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

Unified Diff: third_party/WebKit/Source/core/paint/PaintInfo.h

Issue 2783913002: Start USING_FAST_MALLOC for more paint data structures (Closed)
Patch Set: Created 3 years, 9 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: third_party/WebKit/Source/core/paint/PaintInfo.h
diff --git a/third_party/WebKit/Source/core/paint/PaintInfo.h b/third_party/WebKit/Source/core/paint/PaintInfo.h
index e97774dfb3df658d25568b209ccde0bdae77798a..18eb4942ee40bb63443e8d8800fab9bb795b057b 100644
--- a/third_party/WebKit/Source/core/paint/PaintInfo.h
+++ b/third_party/WebKit/Source/core/paint/PaintInfo.h
@@ -50,6 +50,9 @@ namespace blink {
class LayoutBoxModelObject;
struct CORE_EXPORT PaintInfo {
+ USING_FAST_MALLOC(PaintInfo);
+
+ public:
PaintInfo(GraphicsContext& newContext,
const IntRect& cullRect,
PaintPhase newPhase,

Powered by Google App Engine
This is Rietveld 408576698