diff options
Diffstat (limited to 'chrome/browser/ui/window_sizer.h')
-rw-r--r-- | chrome/browser/ui/window_sizer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/ui/window_sizer.h b/chrome/browser/ui/window_sizer.h index 7b21cdc..cf57e37 100644 --- a/chrome/browser/ui/window_sizer.h +++ b/chrome/browser/ui/window_sizer.h @@ -56,11 +56,6 @@ class WindowSizer { virtual gfx::Rect GetMonitorWorkAreaMatching( const gfx::Rect& match_rect) const = 0; - // Returns the delta between the work area and the monitor bounds for the - // monitor that most closely intersects the provided bounds. - virtual gfx::Point GetBoundsOffsetMatching( - const gfx::Rect& match_rect) const = 0; - // Ensures number and coordinates of work areas are up-to-date. You must // call this before calling either of the below functions, as work areas can // change while the program is running. |