| 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 a3b728e559b9098c8a3b8a100bcf79dcf5a877d6..21665fad2b276079e64085a488c8abb16b313899 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.h
|
| +++ b/content/browser/renderer_host/compositor_impl_android.h
|
| @@ -78,6 +78,8 @@ class CONTENT_EXPORT CompositorImpl
|
| virtual void didCompleteSwapBuffers() OVERRIDE;
|
| virtual void scheduleComposite() OVERRIDE;
|
| virtual scoped_ptr<cc::FontAtlas> createFontAtlas() OVERRIDE;
|
| + virtual void onReceivedLatencyInfo(
|
| + const cc::LatencyInfo&) OVERRIDE;
|
|
|
| // WebGraphicsContext3DSwapBuffersClient implementation.
|
| virtual void OnViewContextSwapBuffersPosted() OVERRIDE;
|
|
|