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

Unified Diff: services/ui/ws/window_manager_client_unittest.cc

Issue 2581503002: Adds additional_client_area to client area (Closed)
Patch Set: merge Created 4 years 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 | « no previous file | ui/aura/mus/window_tree_host_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_manager_client_unittest.cc
diff --git a/services/ui/ws/window_manager_client_unittest.cc b/services/ui/ws/window_manager_client_unittest.cc
index d94a800b2da4cb1ac750f6e05351b8869aa5c8d0..7f712dcf08c5282200ca5ed7939a8a69bd03b043 100644
--- a/services/ui/ws/window_manager_client_unittest.cc
+++ b/services/ui/ws/window_manager_client_unittest.cc
@@ -652,7 +652,8 @@ TEST_F(WindowServerTest, ClientAreaChanged) {
// Verify change from embedded makes it to parent.
const gfx::Insets insets(1, 2, 3, 4);
- embed_result->window_tree_host->SetClientArea(insets);
+ embed_result->window_tree_host->SetClientArea(insets,
+ std::vector<gfx::Rect>());
std::unique_ptr<ClientAreaChange> client_area_change =
WaitForClientAreaToChange();
ASSERT_TRUE(client_area_change);
« no previous file with comments | « no previous file | ui/aura/mus/window_tree_host_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698