Chromium Code Reviews| Index: components/mus/ws/window_finder_unittest.cc |
| diff --git a/components/mus/ws/window_finder_unittest.cc b/components/mus/ws/window_finder_unittest.cc |
| index f38d70812067b4b067c4ff560f674df93a7ef72e..2d4d42f4159ff8e32b0c8130fcfcbeb645910a57 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)); |
|
enne (OOO)
2016/03/02 22:04:40
I think WindowIds need to be unique? This failed b
sky
2016/03/02 23:45:34
Good fix. Window ids should definitely be uniqute.
|
| root.Add(&child2); |
| EnableHitTest(&child2); |
| child2.SetVisible(true); |