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 19f6881b05fd0aa41b033f84a60da0f0fe97cbde..fce590f3f6e46c5c8cdd25c3ec15c2249aa5b484 100644 |
--- a/content/common/gpu/image_transport_surface.h |
+++ b/content/common/gpu/image_transport_surface.h |
@@ -118,7 +118,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); |