| Index: services/ui/public/interfaces/window_manager.mojom
|
| diff --git a/services/ui/public/interfaces/window_manager.mojom b/services/ui/public/interfaces/window_manager.mojom
|
| index f73d91bfcbad4be288cd6d76240fa4b04231145b..2e8b5de976d04d295e0d571c226259e7c5b2f749 100644
|
| --- a/services/ui/public/interfaces/window_manager.mojom
|
| +++ b/services/ui/public/interfaces/window_manager.mojom
|
| @@ -228,14 +228,10 @@ interface WindowManagerClient {
|
|
|
| ActivateNextWindow();
|
|
|
| - // Sets the underlay surface offset for the specified window and additional
|
| - // hit area. The underlay surface is drawn at the bounds of the window minus
|
| - // the offset. The hit area is extended from the bounds of the window by
|
| - // |hit_area|.
|
| - SetUnderlaySurfaceOffsetAndExtendedHitArea(uint32 window_id,
|
| - int32 x_offset,
|
| - int32 y_offset,
|
| - gfx.mojom.Insets hit_area);
|
| + // Sets the additional hit area. The hit area is extended from the bounds of
|
| + // the window by |hit_area|. This is used to allow for resizes to start
|
| + // outside the bounds of the window.
|
| + SetExtendedHitArea(uint32 window_id, gfx.mojom.Insets hit_area);
|
|
|
| // Add and remove accelerators. When accelerators are registered the
|
| // WindowManager receives the event via OnAccelerator() rather than the
|
|
|