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

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

Issue 2130683002: [Experiment] purge-and-suspend Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 4 years, 5 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 8627de1cd49d8b2148a230252800ccd659a91141..5126e38d878d3dc2a0c424e7f78076a755844937 100644
--- a/third_party/WebKit/Source/core/paint/PaintInfo.h
+++ b/third_party/WebKit/Source/core/paint/PaintInfo.h
@@ -51,6 +51,8 @@ class LayoutObject;
class PaintInvalidationState;
struct CORE_EXPORT PaintInfo {
+ USING_FAST_MALLOC(PaintInfo);
+public:
PaintInfo(GraphicsContext& newContext, const IntRect& cullRect, PaintPhase newPhase, GlobalPaintFlags globalPaintFlags,
PaintLayerFlags paintFlags, const LayoutBoxModelObject* newPaintContainer = nullptr)
: context(newContext)

Powered by Google App Engine
This is Rietveld 408576698