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

Unified Diff: ui/aura/mus/window_tree_host_mus_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 | « ui/aura/mus/window_tree_host_mus.cc ('k') | ui/views/mus/desktop_window_tree_host_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_tree_host_mus_unittest.cc
diff --git a/ui/aura/mus/window_tree_host_mus_unittest.cc b/ui/aura/mus/window_tree_host_mus_unittest.cc
index fd2e93b2d7561ee6366ca00a67df20d6c63111a8..ac644ac7cfb75336100ec27085cb97ca42b138fa 100644
--- a/ui/aura/mus/window_tree_host_mus_unittest.cc
+++ b/ui/aura/mus/window_tree_host_mus_unittest.cc
@@ -16,7 +16,7 @@ TEST_F(WindowTreeHostMusTest, UpdateClientArea) {
base::MakeUnique<WindowTreeHostMus>(window_tree_client_impl());
gfx::Insets new_insets(10, 11, 12, 13);
- window_tree_host_mus->SetClientArea(new_insets);
+ window_tree_host_mus->SetClientArea(new_insets, std::vector<gfx::Rect>());
EXPECT_EQ(new_insets, window_tree()->last_client_area());
}
« no previous file with comments | « ui/aura/mus/window_tree_host_mus.cc ('k') | ui/views/mus/desktop_window_tree_host_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698