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 1d6bd2fb6f94e6de14e1641e29b2bd5d6c81db23..abb0461effc2b5dfdf67a1ca0892c0951095993b 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -338,6 +338,9 @@ scoped_ptr<cc::FontAtlas> CompositorImpl::createFontAtlas() { |
return scoped_ptr<cc::FontAtlas>(); |
} |
+void CompositorImpl::onReceivedLatencyInfo(const WebKit::WebLatencyInfoImpl&) { |
+} |
+ |
void CompositorImpl::OnViewContextSwapBuffersPosted() { |
TRACE_EVENT0("compositor", "CompositorImpl::OnViewContextSwapBuffersPosted"); |
} |