summaryrefslogtreecommitdiffstats
path: root/components/mus/ws/window_finder_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/mus/ws/window_finder_unittest.cc')
-rw-r--r--components/mus/ws/window_finder_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mus/ws/window_finder_unittest.cc b/components/mus/ws/window_finder_unittest.cc
index f38d708..2d4d42f 100644
--- a/components/mus/ws/window_finder_unittest.cc
+++ b/components/mus/ws/window_finder_unittest.cc
@@ -27,7 +27,7 @@ TEST(WindowFinderTest, FindDeepestVisibleWindow) {
child1.SetVisible(true);
child1.SetBounds(gfx::Rect(10, 10, 20, 20));
- ServerWindow child2(&window_delegate, WindowId(1, 3));
+ ServerWindow child2(&window_delegate, WindowId(1, 4));
root.Add(&child2);
EnableHitTest(&child2);
child2.SetVisible(true);