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/event_dispatcher_unittest.cc

Issue 1419793006: Makes windowmanager draw non-client area (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add include Created 5 years, 1 month 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 | « components/mus/ws/event_dispatcher.cc ('k') | components/mus/ws/server_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/event_dispatcher_unittest.cc
diff --git a/components/mus/ws/event_dispatcher_unittest.cc b/components/mus/ws/event_dispatcher_unittest.cc
index 2dec66caa8d348c0f976c3aee2947eb3a022d584..2cfbf29a42a0ff3266146396d42871c4a4fe244e 100644
--- a/components/mus/ws/event_dispatcher_unittest.cc
+++ b/components/mus/ws/event_dispatcher_unittest.cc
@@ -303,7 +303,7 @@ TEST(EventDispatcherTest, ClientAreaGoesToOwner) {
root.SetBounds(gfx::Rect(0, 0, 100, 100));
child.SetBounds(gfx::Rect(10, 10, 20, 20));
- child.SetClientArea(gfx::Rect(5, 5, 10, 10));
+ child.SetClientArea(gfx::Insets(5, 5, 5, 5));
TestEventDispatcherDelegate event_dispatcher_delegate(&root);
EventDispatcher dispatcher(&event_dispatcher_delegate);
« no previous file with comments | « components/mus/ws/event_dispatcher.cc ('k') | components/mus/ws/server_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698