| Index: Source/core/html/shadow/MediaControlElements.h
|
| diff --git a/Source/core/html/shadow/MediaControlElements.h b/Source/core/html/shadow/MediaControlElements.h
|
| index 0d88033cbfd1205d642c40cd229de802db4dd3b5..483d7f444c08fd32dc1f10f8fbd938c0d7c737c9 100644
|
| --- a/Source/core/html/shadow/MediaControlElements.h
|
| +++ b/Source/core/html/shadow/MediaControlElements.h
|
| @@ -155,6 +155,8 @@ public:
|
|
|
| virtual bool willRespondToMouseClickEvents() OVERRIDE;
|
|
|
| + // FIXME: An "earliest possible position" will be needed once that concept
|
| + // is supported by HTMLMediaElement, see https://crbug.com/137275
|
| void setPosition(double);
|
| void setDuration(double);
|
|
|
|
|