DescriptionMake mus_demo_unittests work with multiple root windows
WindowServerTestImpl::EnsureClientHasDrawnWindow verifies whether one
root window of the WindowTree is drawn. This currently works well for
mus_demo_unittests because the WindowServer only has a single root
window. However, MusDemo will open multiple root windows in external
mode and hence mus_demo_unittests should really check whether all these
windows are drawn.
BUG=666958
Patch Set 1 #Patch Set 2 : Rename test function "EnsureClientHasDrawnRootWindows" and add a parameter to count the expected nu… #Patch Set 3 : Pass the count to the callback. #
Total comments: 1
Patch Set 4 : Rebase on top of https://codereview.chromium.org/2712203002/#ps80001 #Patch Set 5 : Add a unit test for multiple windows. #
Total comments: 1
Depends on Patchset: Messages
Total messages: 20 (8 generated)
|