| 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 bcdf99cde87f7a8fd4b56515e98c63a8958cfec9..df679fb950ed63aafdfff55bff27b3d4ab9b0aa0 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -623,6 +623,8 @@ void CompositorImpl::DidCompleteSwapBuffers() {
|
| client_->OnSwapBuffersCompleted(pending_swapbuffers_);
|
| }
|
|
|
| +void CompositorImpl::DidCompletePageScaleAnimation() {}
|
| +
|
| void CompositorImpl::DidAbortSwapBuffers() {
|
| TRACE_EVENT0("compositor", "CompositorImpl::DidAbortSwapBuffers");
|
| // This really gets called only once from
|
|
|