| Index: Source/core/html/track/vtt/VTTRegion.h
|
| diff --git a/Source/core/html/track/vtt/VTTRegion.h b/Source/core/html/track/vtt/VTTRegion.h
|
| index f9452c22498fc2b14f7658850f04c81ee695eccb..2b414871708abc8567be70cd163709c428c5a2fc 100644
|
| --- a/Source/core/html/track/vtt/VTTRegion.h
|
| +++ b/Source/core/html/track/vtt/VTTRegion.h
|
| @@ -43,6 +43,7 @@ namespace WebCore {
|
| class ExceptionState;
|
| class HTMLDivElement;
|
| class VTTCueBox;
|
| +class VTTScanner;
|
|
|
| class VTTRegion : public RefCounted<VTTRegion> {
|
| public:
|
| @@ -112,7 +113,7 @@ private:
|
| ViewportAnchor,
|
| Scroll
|
| };
|
| - RegionSetting getSettingFromString(const String&);
|
| + RegionSetting scanSettingName(VTTScanner&);
|
| void parseSettingValue(RegionSetting, const String&);
|
| void parseSetting(const String&, unsigned*);
|
|
|
|
|