| Index: third_party/WebKit/Source/core/html/track/TextTrack.h
|
| diff --git a/third_party/WebKit/Source/core/html/track/TextTrack.h b/third_party/WebKit/Source/core/html/track/TextTrack.h
|
| index 31d47947052ca8f6161477f03c964496d6b80cdd..eab55f2daccb9205b1671f0a7218cb4f91c668c9 100644
|
| --- a/third_party/WebKit/Source/core/html/track/TextTrack.h
|
| +++ b/third_party/WebKit/Source/core/html/track/TextTrack.h
|
| @@ -104,6 +104,7 @@ public:
|
| void invalidateTrackIndex();
|
|
|
| bool isRendered();
|
| + bool canBeRendered();
|
| int trackIndexRelativeToRenderedTracks();
|
|
|
| bool hasBeenConfigured() const { return m_hasBeenConfigured; }
|
|
|