| Index: Source/core/html/track/TextTrack.h
|
| diff --git a/Source/core/html/track/TextTrack.h b/Source/core/html/track/TextTrack.h
|
| index 1c890654d660710d3840cf8404a10245e07deb63..ae260a9499fffd9152b511fdb9720e7157c90ce9 100644
|
| --- a/Source/core/html/track/TextTrack.h
|
| +++ b/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; }
|
|
|
|
|