| 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 37610bdae60760969454c1e4e83a5b69ead66d39..afe507748a7b7c9d7873bd181783833358430166 100644
|
| --- a/third_party/WebKit/Source/core/html/track/TextTrack.h
|
| +++ b/third_party/WebKit/Source/core/html/track/TextTrack.h
|
| @@ -103,7 +103,8 @@ public:
|
| int trackIndex();
|
| void invalidateTrackIndex();
|
|
|
| - bool isRendered();
|
| + bool isRendered() const;
|
| + bool canBeRendered() const;
|
| int trackIndexRelativeToRenderedTracks();
|
|
|
| bool hasBeenConfigured() const { return m_hasBeenConfigured; }
|
|
|