| Index: mojo/examples/compositor_app/compositor_host.cc
|
| diff --git a/mojo/examples/compositor_app/compositor_host.cc b/mojo/examples/compositor_app/compositor_host.cc
|
| index 8f5e47c9c24c997edfed5ca50b43922b5e5bfe5c..5a8877bdad768fa5c12d5c09be8b44e2794b4829 100644
|
| --- a/mojo/examples/compositor_app/compositor_host.cc
|
| +++ b/mojo/examples/compositor_app/compositor_host.cc
|
| @@ -83,9 +83,5 @@ void CompositorHost::DidCommit() {}
|
| void CompositorHost::DidCommitAndDrawFrame() {}
|
| void CompositorHost::DidCompleteSwapBuffers() {}
|
|
|
| -scoped_refptr<cc::ContextProvider> CompositorHost::OffscreenContextProvider() {
|
| - return NULL;
|
| -}
|
| -
|
| } // namespace examples
|
| } // namespace mojo
|
|
|