| 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;
|
| };
|
|
|
|
|