| Index: layout/toplevel_window.h
|
| diff --git a/layout/toplevel_window.h b/layout/toplevel_window.h
|
| index 939f8de0f610124bba7457e523bb59acadb4bba1..d98122a46d66050bf1e6472dfa8a3fce9ad42a71 100644
|
| --- a/layout/toplevel_window.h
|
| +++ b/layout/toplevel_window.h
|
| @@ -84,8 +84,7 @@ class LayoutManager::ToplevelWindow {
|
|
|
| // Handle a ConfigureRequest event about one of our transient windows.
|
| void HandleTransientWindowConfigureRequest(
|
| - Window* transient_win,
|
| - int req_x, int req_y, int req_width, int req_height);
|
| + Window* transient_win, const Rect& requested_bounds);
|
|
|
| // Handle one of this toplevel's windows (either the toplevel window
|
| // itself or one of its transients) getting a button press. We remove
|
|
|