Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.h

Issue 2689323002: Media: Delete Pause-To-Buffer. (Closed)
Patch Set: Rebase. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698