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

Unified Diff: services/ui/ws/test_utils.h

Issue 2655463009: aura-mus: Implement DesktopWindowTreeHostMus::StackAbove(). (Closed)
Patch Set: Add comment. Created 3 years, 11 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 | « services/ui/ws/default_access_policy.cc ('k') | services/ui/ws/test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/test_utils.h
diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
index 43ce2a55dfd1ac42de44cb11cb083c0a098925e3..13d50931f756afd49d80f0f4e545253c7182eed1 100644
--- a/services/ui/ws/test_utils.h
+++ b/services/ui/ws/test_utils.h
@@ -354,6 +354,8 @@ class TestWindowManager : public mojom::WindowManager {
const gfx::Point& cursor_location) override;
void WmCancelMoveLoop(uint32_t window_id) override;
void WmDeactivateWindow(uint32_t window_id) override;
+ void WmStackAbove(uint32_t change_id, uint32_t above_id,
+ uint32_t below_id) override;
void WmStackAtTop(uint32_t change_id, uint32_t window_id) override;
void OnAccelerator(uint32_t ack_id,
uint32_t accelerator_id,
« no previous file with comments | « services/ui/ws/default_access_policy.cc ('k') | services/ui/ws/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698