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

Unified Diff: transient_window_collection.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
« no previous file with comments | « test_lib.cc ('k') | transient_window_collection.cc » ('j') | window.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « test_lib.cc ('k') | transient_window_collection.cc » ('j') | window.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698