| Index: content/browser/renderer_host/compositor_impl_android.cc
|
| diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
|
| index d06eb8b829a6d390fd27d87acad45199ac9deccb..89148b68331a91ec7049d35818d5c85e33af2bb3 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -370,10 +370,6 @@ scoped_ptr<cc::OutputSurface> CompositorImpl::CreateOutputSurface() {
|
| }
|
| }
|
|
|
| -scoped_ptr<cc::InputHandlerClient> CompositorImpl::CreateInputHandlerClient() {
|
| - return scoped_ptr<cc::InputHandlerClient>();
|
| -}
|
| -
|
| void CompositorImpl::DidCompleteSwapBuffers() {
|
| client_->OnSwapBuffersCompleted();
|
| }
|
|
|