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

Unified Diff: third_party/WebKit/Source/web/FullscreenController.h

Issue 2202493002: NOT FOR REVIEW: Fullscreen WIP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 1 month 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/web/FullscreenController.h
diff --git a/third_party/WebKit/Source/web/FullscreenController.h b/third_party/WebKit/Source/web/FullscreenController.h
index 2a2e4f9bdabe1e4e440b110649bf3a95ef974ffc..64a6806faba74a339c18bbf593e2cfb1e1aa1280 100644
--- a/third_party/WebKit/Source/web/FullscreenController.h
+++ b/third_party/WebKit/Source/web/FullscreenController.h
@@ -76,7 +76,7 @@ class FullscreenController final
bool m_needsScrollAndScaleRestore;
// If set, the WebView is transitioning to fullscreen for this element.
- Member<Element> m_provisionalFullscreenElement;
+ HeapVector<Member<Element>> m_pendingFullscreenElements;
// If set, the WebView is in fullscreen mode for an element in this frame.
Member<LocalFrame> m_fullscreenFrame;
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRDisplay.cpp ('k') | third_party/WebKit/Source/web/FullscreenController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698