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

Unified Diff: third_party/WebKit/Source/core/html/track/TextTrackCueList.h

Issue 1973863003: Implement SetWrapperReferenceFrom idl attribute within traceWrappers for media tracks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary tracing Created 4 years, 7 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/html/track/TextTrackCueList.h
diff --git a/third_party/WebKit/Source/core/html/track/TextTrackCueList.h b/third_party/WebKit/Source/core/html/track/TextTrackCueList.h
index 80260f69d9613d73351075e344fd0cf552b905fa..b610c3513ec06fb73975334fcdaf56fcdd423d99 100644
--- a/third_party/WebKit/Source/core/html/track/TextTrackCueList.h
+++ b/third_party/WebKit/Source/core/html/track/TextTrackCueList.h
@@ -55,6 +55,8 @@ public:
DECLARE_TRACE();
+ DECLARE_VIRTUAL_TRACE_WRAPPERS();
+
private:
TextTrackCueList();
size_t findInsertionIndex(const TextTrackCue*) const;

Powered by Google App Engine
This is Rietveld 408576698