| Index: transient_window_collection.h
|
| diff --git a/transient_window_collection.h b/transient_window_collection.h
|
| index a2a833b63691e79ae821536b87bf0b0691781b8c..d9526fbd573ddff8ad6e3458bb3629813097632a 100644
|
| --- a/transient_window_collection.h
|
| +++ b/transient_window_collection.h
|
| @@ -82,8 +82,7 @@ class TransientWindowCollection {
|
|
|
| // Handle a ConfigureRequest event about one of our transient windows.
|
| void HandleConfigureRequest(Window* transient_win,
|
| - int req_x, int req_y,
|
| - int req_width, int req_height);
|
| + const Rect& requested_bounds);
|
|
|
| // Close all transient windows (which should eventually result in the
|
| // owner receiving a bunch of UnmapNotify events and calling
|
|
|