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

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

Issue 2667913002: Revert of Sync requestFullscreen() and exitFullscreen() algorithms with the spec (patchset #3 id:40… (Closed)
Patch Set: Created 3 years, 11 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
Index: third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
index 363bea977d7787a7995c790328f8cfa42d7b00af..e3a78bb44cbccdc095c0df79bc9db5ec86d9d2c7 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
@@ -3447,7 +3447,7 @@ bool HTMLMediaElement::hasPendingActivity() const {
}
bool HTMLMediaElement::isFullscreen() const {
- return Fullscreen::isFullscreenElement(*this);
+ return Fullscreen::isCurrentFullScreenElement(*this);
}
void HTMLMediaElement::didEnterFullscreen() {

Powered by Google App Engine
This is Rietveld 408576698