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

Unified Diff: public/web/WebWidgetClient.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 | « public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebWidgetClient.h
diff --git a/public/web/WebWidgetClient.h b/public/web/WebWidgetClient.h
index c71f005b6f6107c606aa6203cff7e1dc202dea6f..e01cd0f3dbc736f73d3042ee443151b45b0b27f8 100644
--- a/public/web/WebWidgetClient.h
+++ b/public/web/WebWidgetClient.h
@@ -111,14 +111,6 @@ public:
// closed.
virtual void runModal() { }
- // 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.
- virtual bool enterFullScreen() { return false; }
- virtual void exitFullScreen() { }
-
// Called to get/set the position of the widget in screen coordinates.
virtual WebRect windowRect() { return WebRect(); }
virtual void setWindowRect(const WebRect&) { }
« no previous file with comments | « public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698