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

Unified Diff: components/mus/ws/display.h

Issue 1759523002: mus: Server-side implementation of modal windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More cleanup Created 4 years, 9 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: components/mus/ws/display.h
diff --git a/components/mus/ws/display.h b/components/mus/ws/display.h
index 69cfb9ef99dee678807d387332e1c2fd524739ef..79b44b8bf186f3c267b149cead99fec8508bf8d7 100644
--- a/components/mus/ws/display.h
+++ b/components/mus/ws/display.h
@@ -120,7 +120,8 @@ class Display : public PlatformDisplayDelegate,
return window_manager_state_map_.size();
}
- void SetCapture(ServerWindow* window, bool in_nonclient_area);
+ bool SetCapture(ServerWindow* window, bool in_nonclient_area);
+ void ReleaseCaptureForModalWindow(ServerWindow* window);
sky 2016/03/08 17:07:53 It isn't particularly clear what this does from th
mohsen 2016/03/09 08:26:48 Done. Also, renamed the function as I needed to ad
void SetFocusedWindow(ServerWindow* window);
ServerWindow* GetFocusedWindow();

Powered by Google App Engine
This is Rietveld 408576698