Chromium Code Reviews| 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 f1fced07b898bffc533c9bbc5a3d6e054a6059d6..5622b1414d11e7306073df81e6c912d20eef5a0e 100644 |
| --- a/content/browser/renderer_host/compositor_impl_android.cc |
| +++ b/content/browser/renderer_host/compositor_impl_android.cc |
| @@ -648,6 +648,8 @@ void CompositorImpl::DidCompleteSwapBuffers() { |
| client_->OnSwapBuffersCompleted(pending_swapbuffers_); |
| } |
| +void CompositorImpl::DidCompletePageScaleAnimation() {} |
|
nasko
2015/01/05 19:38:01
Why add an empty method here instead of inlining i
please use gerrit instead
2015/01/05 20:28:25
Good catch! Inlined.
|
| + |
| void CompositorImpl::DidAbortSwapBuffers() { |
| TRACE_EVENT0("compositor", "CompositorImpl::DidAbortSwapBuffers"); |
| // This really gets called only once from |