| Index: third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControls.h b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| index 10a1c10febe60c7d0fb903bc07c1334b64fee47c..e2850a13f55c11c8314548ffcb485e4c64340ad1 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| +++ b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| @@ -153,6 +153,7 @@ class CORE_EXPORT MediaControls final : public HTMLDivElement {
|
| void onVolumeChange();
|
| void onFocusIn();
|
| void onTimeUpdate();
|
| + void onDurationChange();
|
| void onPlay();
|
| void onPause();
|
| void onTextTracksAddedOrRemoved();
|
|
|