| Index: content/common/gpu/texture_image_transport_surface.h
|
| diff --git a/content/common/gpu/texture_image_transport_surface.h b/content/common/gpu/texture_image_transport_surface.h
|
| index 93a54c5d7dfd9a8079b095e3fc6e59a2efd91053..8a36228dbf5efbba3aa4ab0b34593c700d907ec5 100644
|
| --- a/content/common/gpu/texture_image_transport_surface.h
|
| +++ b/content/common/gpu/texture_image_transport_surface.h
|
| @@ -55,6 +55,8 @@ class TextureImageTransportSurface
|
| const AcceleratedSurfaceMsg_BufferPresented_Params& params) OVERRIDE;
|
| virtual void OnResizeViewACK() OVERRIDE;
|
| virtual void OnResize(gfx::Size size) OVERRIDE;
|
| + virtual void SetLatencyInfo(
|
| + const cc::LatencyInfo& latency_info) OVERRIDE;
|
|
|
| // GpuCommandBufferStub::DestructionObserver implementation.
|
| virtual void OnWillDestroyStub(GpuCommandBufferStub* stub) OVERRIDE;
|
| @@ -117,6 +119,7 @@ class TextureImageTransportSurface
|
| // Holds a reference to the mailbox manager for cleanup.
|
| scoped_refptr<gpu::gles2::MailboxManager> mailbox_manager_;
|
|
|
| + cc::LatencyInfo latency_info_;
|
| DISALLOW_COPY_AND_ASSIGN(TextureImageTransportSurface);
|
| };
|
|
|
|
|