Index: content/common/gpu/image_transport_surface.h |
diff --git a/content/common/gpu/image_transport_surface.h b/content/common/gpu/image_transport_surface.h |
index 111ac82d4b758c9cec418a42ebbd9f6d2e96d3b7..6016c84d0422d8e045e550b7af1b5c815de25754 100644 |
--- a/content/common/gpu/image_transport_surface.h |
+++ b/content/common/gpu/image_transport_surface.h |
@@ -127,7 +127,7 @@ class ImageTransportHelper |
void SendUpdateVSyncParameters( |
base::TimeTicks timebase, base::TimeDelta interval); |
- void SendLatencyInfo(const std::vector<ui::LatencyInfo>& latency_info); |
+ void SwapBuffersCompleted(const std::vector<ui::LatencyInfo>& latency_info); |
// Whether or not we should execute more commands. |
void SetScheduled(bool is_scheduled); |