| 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 a89c2e740a0437126a0996942074e7e05dbe181d..4d3d567f76bc21aa78b381e961e4ccb954d97e7c 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -362,6 +362,9 @@ scoped_ptr<cc::FontAtlas> CompositorImpl::createFontAtlas() {
|
| return scoped_ptr<cc::FontAtlas>();
|
| }
|
|
|
| +void CompositorImpl::onReceivedLatencyInfo(const cc::LatencyInfo&) {
|
| +}
|
| +
|
| void CompositorImpl::OnViewContextSwapBuffersPosted() {
|
| TRACE_EVENT0("compositor", "CompositorImpl::OnViewContextSwapBuffersPosted");
|
| }
|
|
|