| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| index 5d42da7ec3c7d9b275cca434ea7caae3068da761..753e57c03e18f79877773436408ea7a74a1337ce 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -464,7 +464,7 @@ class CORE_EXPORT HTMLMediaElement
|
| // This does not check user gesture restrictions.
|
| void playInternal();
|
|
|
| - // This does not change the buffering strategy.
|
| + // This does not stop autoplay visibility observation.
|
| void pauseInternal();
|
|
|
| void allowVideoRendering();
|
| @@ -744,7 +744,6 @@ class CORE_EXPORT HTMLMediaElement
|
| friend class HTMLMediaElementEventListenersTest;
|
| friend class HTMLMediaElementPersistentVideoTest;
|
| friend class HTMLVideoElement;
|
| - friend class HTMLVideoElementTest;
|
| friend class MediaControlsOrientationLockDelegateTest;
|
|
|
| Member<AutoplayUmaHelper> m_autoplayUmaHelper;
|
|
|