DescriptionAdd Blimp feedback data about visible BlimpContents.
Whether a BlimpContents is visible or not is an important concept for
Blimp feedback. This CL adds support for emitting data about whether
any BlimpContents is visible.
To be able to do this, we now expose the list of all active
BlimpContents from the BlimpContentsManager, and the
BlimpCompositorManager now exposes whether it is visible or not.
The state can still be controlled directly from BlimpContentsImpl
by invoking Show()/Hide(), which is what the test code is invoking.
Since this CL adds another test for BlimpContentsManager, it also
cleans up that test file by making the test-class
BlimpContentsManagerTest set up all the common parts of all the tests.
BUG=637988
Committed: https://crrev.com/9e08bbc902fb4cda99334956aa1eca8bfe79f65c
Cr-Commit-Position: refs/heads/master@{#421144}
Patch Set 1 #Patch Set 2 : Cleanup BlimpContentsManagerTest. #
Total comments: 2
Patch Set 3 : Rebased on dependency patchset #Patch Set 4 : Fixed issue with destroyed contents and added test #Patch Set 5 : Rebased for good measure #Depends on Patchset: Messages
Total messages: 29 (23 generated)
|