| 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 0e40306e89630638c9d954f2eb4dea8c7ead6bc1..6f3f7d5905fa0384693b901fecdf4dcf0f3c506d 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -644,6 +644,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
|
|
|