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

Unified Diff: services/ui/test_wm/test_wm.cc

Issue 2759463002: aura-mus: create an interactive ui test for drag and drop. (Closed)
Patch Set: Merge with master Created 3 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
« no previous file with comments | « services/ui/public/interfaces/window_server_test.mojom ('k') | services/ui/ws/window_server_test_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/test_wm/test_wm.cc
diff --git a/services/ui/test_wm/test_wm.cc b/services/ui/test_wm/test_wm.cc
index a0c75dbe1806e147459979a62f5c376345e78a4f..a0df161d7907fd80e2085f55ce268c78d80acb76 100644
--- a/services/ui/test_wm/test_wm.cc
+++ b/services/ui/test_wm/test_wm.cc
@@ -99,6 +99,7 @@ class TestWM : public service_manager::Service,
window_manager_client_ = client;
}
bool OnWmSetBounds(aura::Window* window, gfx::Rect* bounds) override {
+ window->SetBounds(*bounds);
return true;
}
bool OnWmSetProperty(
« no previous file with comments | « services/ui/public/interfaces/window_server_test.mojom ('k') | services/ui/ws/window_server_test_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698