| Index: services/ui/ws/frame_generator_unittest.cc
|
| diff --git a/services/ui/ws/frame_generator_unittest.cc b/services/ui/ws/frame_generator_unittest.cc
|
| index 6068037099cae7bba2e5ad8beccfb1a18d110b65..d91c58dc8866b902d03c79b13c53978cdc522df7 100644
|
| --- a/services/ui/ws/frame_generator_unittest.cc
|
| +++ b/services/ui/ws/frame_generator_unittest.cc
|
| @@ -86,7 +86,7 @@ void FrameGeneratorTest::TearDown() {
|
| // Tests correctness of the SharedQuadStateList generated by
|
| // FrameGenerator::DrawWindowTree().
|
| TEST_F(FrameGeneratorTest, DrawWindowTree) {
|
| - ServerWindow child_window(test_window_delegate(), WindowId());
|
| + ServerWindow child_window(test_window_delegate(), WindowId(1, 1));
|
| root_window()->Add(&child_window);
|
| InitWindow(&child_window);
|
| const float root_opacity = .5f;
|
|
|