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

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

Issue 1846913009: HeapSupplements are now just Supplements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/PaintTiming.h
diff --git a/third_party/WebKit/Source/core/paint/PaintTiming.h b/third_party/WebKit/Source/core/paint/PaintTiming.h
index 0aa859677331d90df0ed6ae9773aac67cc2774b6..f8e0aa24cb6146e995d55c0333173898088671ac 100644
--- a/third_party/WebKit/Source/core/paint/PaintTiming.h
+++ b/third_party/WebKit/Source/core/paint/PaintTiming.h
@@ -16,7 +16,7 @@ class LocalFrame;
// PaintTiming is responsible for tracking paint-related timings for a given
// document.
-class PaintTiming final : public GarbageCollectedFinalized<PaintTiming>, public HeapSupplement<Document> {
+class PaintTiming final : public GarbageCollectedFinalized<PaintTiming>, public Supplement<Document> {
WTF_MAKE_NONCOPYABLE(PaintTiming);
USING_GARBAGE_COLLECTED_MIXIN(PaintTiming);
public:
« no previous file with comments | « third_party/WebKit/Source/core/page/PagePopupSupplement.cpp ('k') | third_party/WebKit/Source/core/paint/PaintTiming.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698