summaryrefslogtreecommitdiffstats
path: root/ui/ozone/platform/cast/ozone_platform_cast.cc
Commit message (Collapse)AuthorAgeFilesLines
* [Ozone] Split overlay management into separate objectdnicoara2015-05-221-6/+7
| | | | | | | | | | | | | | Overlay management happens in the browser process while SurfaceFactoryOzone is mainly used in the GPU process. This made it more complex since now the SurfaceFactory would need to be instantiated in both processes (and handle the case were running in-process) but each instance would have its own distinct role. BUG=none Review URL: https://codereview.chromium.org/1129073004 Cr-Commit-Position: refs/heads/master@{#331151}
* Loads CastEglPlatform implementation from shared library.halliwell2015-04-061-0/+104
Cast Ozone is now fully implemented in chromecast/ozone, including the Ozone factory function. The CastEglPlatform interface is moved to public and its implementation will be loaded from shared library. BUG= Review URL: https://codereview.chromium.org/1059073002 Cr-Commit-Position: refs/heads/master@{#323916}