Chromium Code Reviews

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

Issue 2682333002: Implement VTTCue.region and sync the VTTRegion interface (Closed)
Patch Set: Add DCHECK Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/html/track/vtt/VTTParser.h
diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTParser.h b/third_party/WebKit/Source/core/html/track/vtt/VTTParser.h
index f5600b39298a2a30ae6c0959e02e1ff3ad2ecc8f..e8258632497b659e7c4223bd76f72196fd86e578 100644
--- a/third_party/WebKit/Source/core/html/track/vtt/VTTParser.h
+++ b/third_party/WebKit/Source/core/html/track/vtt/VTTParser.h
@@ -142,6 +142,7 @@ class VTTParser final : public GarbageCollectedFinalized<VTTParser> {
HeapVector<Member<TextTrackCue>> m_cueList;
+ VTTRegionMap m_regionMap;
HeapVector<Member<VTTRegion>> m_regionList;
};
« no previous file with comments | « third_party/WebKit/Source/core/html/track/vtt/VTTCue.idl ('k') | third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine