Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: layout/toplevel_window.h

Issue 6902072: wm: Update a lot of code to use structs from geometry.h. (Closed) Base URL: ssh://gitrw.chromium.org:9222/window_manager.git@master
Patch Set: move override-redirect stacking and visibility into Window Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « layout/layout_manager_test.cc ('k') | layout/toplevel_window.cc » ('j') | window.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698