Sample mojo app using the compositor
commit5af2bf1fd0c7c2e7b79964b53c3127cef431da40
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 21 Dec 2013 05:15:43 +0000 (21 05:15 +0000)
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 21 Dec 2013 05:15:43 +0000 (21 05:15 +0000)
tree71d254f85e0cc55f6217ad60da8c6539040c0563
parentbfc904b38f490da8f06f47f94c9456d91e402018
Sample mojo app using the compositor

This shows how to use cc from a mojo app. The GLES2 bindings are very sketchy
since we don't yet have an implementation of the command buffer support on top
of mojo pipes, but the rest is fairly reasonable.

Review URL: https://codereview.chromium.org/108853007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242261 0039d316-1c4b-4281-b951-d872f2087c98
mojo/examples/compositor_app/DEPS [new file with mode: 0644]
mojo/examples/compositor_app/compositor_app.cc [new file with mode: 0644]
mojo/examples/compositor_app/compositor_host.cc [new file with mode: 0644]
mojo/examples/compositor_app/compositor_host.h [new file with mode: 0644]
mojo/examples/compositor_app/gles2_client_impl.cc [new file with mode: 0644]
mojo/examples/compositor_app/gles2_client_impl.h [new file with mode: 0644]
mojo/mojo_examples.gypi
mojo/shell/service_manager.cc