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

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

Issue 2556573003: Media: lock orientation when <video> goes fullscreen. (Closed)
Patch Set: with unit tests 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 fba321cc8fe3bf6ab079fc5b1a54342a7ba7089f..5294449f9274e52269e339c67c2047b0e571421f 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -734,6 +734,7 @@ class CORE_EXPORT HTMLMediaElement : public HTMLElement,
friend class MediaControlsTest;
friend class HTMLMediaElementTest;
friend class HTMLVideoElementTest;
+ friend class MediaControlsOrientationLockDelegateTest;
Member<AutoplayUmaHelper> m_autoplayUmaHelper;

Powered by Google App Engine
This is Rietveld 408576698