| Index: ash/wm/immersive_fullscreen_controller.h
|
| diff --git a/ash/wm/immersive_fullscreen_controller.h b/ash/wm/immersive_fullscreen_controller.h
|
| index b39a9245ff9673f8e842bdc3e5b09891dd67158b..e3277e4cc39eabbde882ab6430027aa3930333b1 100644
|
| --- a/ash/wm/immersive_fullscreen_controller.h
|
| +++ b/ash/wm/immersive_fullscreen_controller.h
|
| @@ -194,6 +194,9 @@ class ASH_EXPORT ImmersiveFullscreenController
|
| // is a bezel sensor above the top container.
|
| bool ShouldHandleGestureEvent(const gfx::Point& location) const;
|
|
|
| + // Returns the display bounds of the screen |widget_| is on.
|
| + gfx::Rect GetDisplayBoundsInScreen() const;
|
| +
|
| // Not owned.
|
| WmImmersiveFullscreenControllerDelegate* delegate_;
|
| views::View* top_container_;
|
|
|