| 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..0f2f137e2b41798eb4755351d3ee9ebe0519e77d 100644
|
| --- a/third_party/WebKit/Source/core/html/track/TextTrack.h
|
| +++ b/third_party/WebKit/Source/core/html/track/TextTrack.h
|
| @@ -106,6 +106,8 @@ public:
|
| bool isRendered();
|
| int trackIndexRelativeToRenderedTracks();
|
|
|
| + bool isRenderable();
|
| +
|
| bool hasBeenConfigured() const { return m_hasBeenConfigured; }
|
| void setHasBeenConfigured(bool flag) { m_hasBeenConfigured = flag; }
|
|
|
|
|