Commit 8df1cdf0 authored by Daniel Nicoara's avatar Daniel Nicoara Committed by Commit Bot

[Chromecast] Add additional window types

Add a BOOT_ANIMATION_OVERLAY type for the initial animation happening at
startup.

Add a CORNERS_OVERLAY type for window mask around the display corners.

BUG=b/110092844
TEST=None

Change-Id: Ifde30aeb490171e2f3daf0bb727f9e70e6e6ced4
Reviewed-on: https://chromium-review.googlesource.com/1103301
Commit-Queue: Daniel Nicoara <dnicoara@chromium.org>
Reviewed-by: default avatarLuke Halliwell <halliwell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568107}
parent 833b9e10
......@@ -34,7 +34,9 @@ class CastWindowManager {
VOLUME,
MEDIA_INFO,
SETTINGS,
TOP = MEDIA_INFO
CORNERS_OVERLAY,
BOOT_ANIMATION_OVERLAY,
TOP = BOOT_ANIMATION_OVERLAY
};
virtual ~CastWindowManager() {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment