| Index: content/browser/renderer_host/compositor_impl_android.h
|
| diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h
|
| index 1514fcf5172ff1821944ea522ee995840cce49a5..c8927cfa359235d6e9d62cb74b1b35f9e2142edd 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.h
|
| +++ b/content/browser/renderer_host/compositor_impl_android.h
|
| @@ -74,6 +74,8 @@ class CONTENT_EXPORT CompositorImpl
|
| virtual void didCompleteSwapBuffers() OVERRIDE;
|
| virtual void scheduleComposite() OVERRIDE;
|
| virtual scoped_ptr<cc::FontAtlas> createFontAtlas() OVERRIDE;
|
| + virtual void onReceivedLatencyInfo(
|
| + const WebKit::WebLatencyInfoImpl&) OVERRIDE;
|
|
|
| // WebGraphicsContext3DSwapBuffersClient implementation.
|
| virtual void OnViewContextSwapBuffersPosted() OVERRIDE;
|
|
|