Index: gpu/ipc/service/pass_through_image_transport_surface.h |
diff --git a/gpu/ipc/service/pass_through_image_transport_surface.h b/gpu/ipc/service/pass_through_image_transport_surface.h |
index 602cc3fcec97d5baca53628724967ed0b29fb60c..cf7331ccd74d3c9c33e9030576342deaddd124f6 100644 |
--- a/gpu/ipc/service/pass_through_image_transport_surface.h |
+++ b/gpu/ipc/service/pass_through_image_transport_surface.h |
@@ -52,7 +52,9 @@ class PassThroughImageTransportSurface : public gl::GLSurfaceAdapter { |
// the browser. |
void SendVSyncUpdateIfAvailable(); |
- void SetLatencyInfo(const std::vector<ui::LatencyInfo>& latency_info); |
+ // Add |latency_info| to be reported and augumented with GPU latency |
+ // components next time there is a GPU buffer swap. |
+ void AddLatencyInfo(const std::vector<ui::LatencyInfo>& latency_info); |
std::unique_ptr<std::vector<ui::LatencyInfo>> StartSwapBuffers(); |
void FinishSwapBuffers( |
std::unique_ptr<std::vector<ui::LatencyInfo>> latency_info, |