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

Unified Diff: third_party/WebKit/Source/core/dom/LayoutTreeBuilder.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/dom/LayoutTreeBuilder.cpp
diff --git a/third_party/WebKit/Source/core/dom/LayoutTreeBuilder.cpp b/third_party/WebKit/Source/core/dom/LayoutTreeBuilder.cpp
index 6f5d9511463cdb0af5db5ed32e25ee5ee168538b..c14334667df3fc34aaa7419dc1f17ed918bc2cf1 100644
--- a/third_party/WebKit/Source/core/dom/LayoutTreeBuilder.cpp
+++ b/third_party/WebKit/Source/core/dom/LayoutTreeBuilder.cpp
@@ -132,7 +132,7 @@ void LayoutTreeBuilderForElement::CreateLayoutObject() {
new_layout_object->SetStyle(
&style); // setStyle() can depend on layoutObject() already being set.
- if (Fullscreen::IsCurrentFullScreenElement(*node_)) {
+ if (Fullscreen::IsFullscreenElement(*node_)) {
new_layout_object = LayoutFullScreen::WrapLayoutObject(
new_layout_object, parent_layout_object, &node_->GetDocument());
if (!new_layout_object)
« no previous file with comments | « third_party/WebKit/Source/core/dom/Fullscreen.cpp ('k') | third_party/WebKit/Source/core/exported/WebViewBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698