| Index: Source/core/html/shadow/MediaControls.h
|
| diff --git a/Source/core/html/shadow/MediaControls.h b/Source/core/html/shadow/MediaControls.h
|
| index 889e5ab63e67f6bcb7f079ba94c29d82bbe519b7..bb47ef4d1da9a93841e5b01b6d8a9cd11c3c6433 100644
|
| --- a/Source/core/html/shadow/MediaControls.h
|
| +++ b/Source/core/html/shadow/MediaControls.h
|
| @@ -70,6 +70,10 @@ public:
|
|
|
| void mediaElementFocused();
|
|
|
| + // Returns the layout object for the part of the controls that should be
|
| + // used for overlap checking during text track layout. May be null.
|
| + LayoutObject* layoutObjectForTextTrackLayout();
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|