summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/fullscreen/fullscreen_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/fullscreen/fullscreen_controller.h')
-rw-r--r--chrome/browser/ui/fullscreen/fullscreen_controller.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/ui/fullscreen/fullscreen_controller.h b/chrome/browser/ui/fullscreen/fullscreen_controller.h
index 918568c..7638076 100644
--- a/chrome/browser/ui/fullscreen/fullscreen_controller.h
+++ b/chrome/browser/ui/fullscreen/fullscreen_controller.h
@@ -130,6 +130,9 @@ class FullscreenController : public content::NotificationObserver {
void UpdateNotificationRegistrations();
+ // Posts a task to call NotifyFullscreenChange.
+ void PostFullscreenChangeNotification(bool is_fullscreen);
+ // Sends a NOTIFICATION_FULLSCREEN_CHANGED notification.
void NotifyFullscreenChange(bool is_fullscreen);
// Notifies the tab that it has been forced out of fullscreen and mouse lock
// mode if necessary.