[go: nahoru, domu]

Fix linker error with mus_demo.

In the Windows component build there is a linker error trying to compile
//services/ui/demo:mus_demo. A symbol from //ui/compositor in the
LayerOwner class can't be found. The aura::Window class inherits from
LayerOwner which seems to be the root of the problem.

Make the dep from //ui/aura to //ui/compositor a public dep. This is
more appropriate than adding a dep from //services/ui/demo:mus_demo to
//ui/compositor, as mus_demo doesn't include anything from
//ui/compositor itself.

BUG=676122

Review-Url: https://codereview.chromium.org/2598703002
Cr-Commit-Position: refs/heads/master@{#440165}
1 file changed