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

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

Issue 2021513002: Move willEnterFullscreen to WebRemoteFrame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment about user gestures Created 4 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/web/FullscreenController.h
diff --git a/third_party/WebKit/Source/web/FullscreenController.h b/third_party/WebKit/Source/web/FullscreenController.h
index 4d1e9437b24093df2ed6b200a12e3055900f2c72..2655d15d01db25a615d08c59a138a8a2b983b044 100644
--- a/third_party/WebKit/Source/web/FullscreenController.h
+++ b/third_party/WebKit/Source/web/FullscreenController.h
@@ -55,8 +55,6 @@ public:
bool isFullscreen() { return m_fullScreenFrame; }
- void setFullscreenIsForCrossProcessAncestor() { m_fullscreenIsForCrossProcessAncestor = true; }
-
void updateSize();
DECLARE_TRACE();
@@ -80,10 +78,6 @@ private:
// If set, the WebView is in fullscreen mode for an element in this frame.
Member<LocalFrame> m_fullScreenFrame;
- // If set, fullscreen is entered for an element that is a container for
- // another fullscreen element in an out-of-process iframe.
- bool m_fullscreenIsForCrossProcessAncestor;
-
bool m_isCancelingFullScreen;
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/Fullscreen.cpp ('k') | third_party/WebKit/Source/web/FullscreenController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698