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

Unified Diff: third_party/WebKit/Source/modules/presentation/PresentationController.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/modules/presentation/PresentationController.h
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationController.h b/third_party/WebKit/Source/modules/presentation/PresentationController.h
index 4228113d3fcee9a2bb39fe60eb518cfcd023788f..903c09cf492678756200fa757d0c14c2b2f117ce 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationController.h
+++ b/third_party/WebKit/Source/modules/presentation/PresentationController.h
@@ -27,7 +27,7 @@ enum class WebPresentationConnectionState;
// layer represented via |WebPresentationClient|.
class MODULES_EXPORT PresentationController final
: public GarbageCollectedFinalized<PresentationController>
- , public HeapSupplement<LocalFrame>
+ , public Supplement<LocalFrame>
, public LocalFrameLifecycleObserver
, public WebPresentationController {
USING_GARBAGE_COLLECTED_MIXIN(PresentationController);
@@ -44,7 +44,7 @@ public:
WebPresentationClient* client();
- // Implementation of HeapSupplement.
+ // Implementation of Supplement.
DECLARE_VIRTUAL_TRACE();
// Implementation of WebPresentationController.

Powered by Google App Engine
This is Rietveld 408576698