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

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

Issue 2546993003: [MediaElement] Allow preloading for non-network scheme src (Closed)
Patch Set: nits Created 4 years 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
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 9ced65c9fa27a35479f7ba81eb5654e5fefd74d6..36a4468e652c81d657a72a540132f95eb128ed3a 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -724,6 +724,7 @@ class CORE_EXPORT HTMLMediaElement : public HTMLElement,
friend class Internals;
friend class TrackDisplayUpdateScope;
friend class MediaControlsTest;
+ friend class HTMLMediaElementTest;
friend class HTMLVideoElementTest;
Member<AutoplayUmaHelper> m_autoplayUmaHelper;
« no previous file with comments | « third_party/WebKit/LayoutTests/media/preload-conditions.html ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698