| Index: third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.h b/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| index 4eddefd226ffaead1c0539a04a09da98bcc9c9c4..ac217e224f0f76dd44efce4c1f08dd6d1d220f19 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| @@ -123,6 +123,7 @@ class CORE_EXPORT HTMLVideoElement final : public HTMLMediaElement,
|
|
|
| private:
|
| friend class MediaCustomControlsFullscreenDetectorTest;
|
| + friend class HTMLMediaElementEventListenersTest;
|
|
|
| HTMLVideoElement(Document&);
|
|
|
|
|