| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| index ae5033569631d07a9986b4e3798e5d7d846b73ce..0b731fbbd0c431616914cc58c7b831ad769ffcd3 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -87,8 +87,7 @@ public:
|
|
|
| enum DelayedActionType {
|
| LoadMediaResource = 1 << 0,
|
| - LoadTextTrackResource = 1 << 1,
|
| - TextTrackChangesNotification = 1 << 2
|
| + LoadTextTrackResource = 1 << 1
|
| };
|
| void scheduleDelayedAction(DelayedActionType);
|
|
|
|
|