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

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

Issue 2855843002: Reland "Sync requestFullscreen() and exitFullscreen() algorithms with the spec" (Closed)
Patch Set: Reland "Sync requestFullscreen() and exitFullscreen() algorithms with the spec" Created 3 years, 7 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/HTMLVideoElementPersistentTest.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElementPersistentTest.cpp b/third_party/WebKit/Source/core/html/HTMLVideoElementPersistentTest.cpp
index d3be4b6bb3d61620f175286937371dbe883ef23e..478cb9dfe6f6154bab29d9c54210255efd49bb42 100644
--- a/third_party/WebKit/Source/core/html/HTMLVideoElementPersistentTest.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLVideoElementPersistentTest.cpp
@@ -56,7 +56,7 @@ class HTMLVideoElementPersistentTest : public ::testing::Test {
}
Element* FullscreenElement() {
- return Fullscreen::CurrentFullScreenElementFrom(GetDocument());
+ return Fullscreen::FullscreenElementFrom(GetDocument());
}
MockChromeClient& GetMockChromeClient() { return *chrome_client_; }

Powered by Google App Engine
This is Rietveld 408576698