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

Unified Diff: public/web/WebFrameClient.h

Issue 782243003: Remove temporary code in FullscreenController and WebWidgetClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@webframeclient_fullscreen
Patch Set: rebase and fixes Created 6 years 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
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | public/web/WebWidgetClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrameClient.h
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
index ec92974a26981f0dea6e4ee1e5b81b396c702f87..bd8dec6db7d23e873a515b71605c21f86700f1b5 100644
--- a/public/web/WebFrameClient.h
+++ b/public/web/WebFrameClient.h
@@ -602,11 +602,13 @@ public:
// Fullscreen ----------------------------------------------------------
- // Called to enter/exit fullscreen mode. If enterFullScreen returns true,
- // then WebWidget::{will,Did}EnterFullScreen should bound resizing the
- // WebWidget into fullscreen mode. Similarly, when exitFullScreen is
- // called, WebWidget::{will,Did}ExitFullScreen should bound resizing the
- // WebWidget out of fullscreen mode.
+ // Called to enter/exit fullscreen mode.
+ // After calling enterFullscreen, WebWidget::{will,Did}EnterFullScreen
+ // should bound resizing the WebWidget into fullscreen mode.
+ // Similarly, when exitFullScreen is called,
+ // WebWidget::{will,Did}ExitFullScreen should bound resizing the WebWidget
+ // out of fullscreen mode.
+ // Note: the return value is ignored.
virtual bool enterFullscreen() { return false; }
virtual bool exitFullscreen() { return false; }
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | public/web/WebWidgetClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698