| Index: content/browser/renderer_host/input/render_widget_host_latency_tracker.h
|
| diff --git a/content/browser/renderer_host/input/render_widget_host_latency_tracker.h b/content/browser/renderer_host/input/render_widget_host_latency_tracker.h
|
| index 313b604b6adee66eaca4102c6733fb820415ce9f..7166ff20d69d413d075db77086d1bc8475ae5cc9 100644
|
| --- a/content/browser/renderer_host/input/render_widget_host_latency_tracker.h
|
| +++ b/content/browser/renderer_host/input/render_widget_host_latency_tracker.h
|
| @@ -57,7 +57,7 @@ class CONTENT_EXPORT RenderWidgetHostLatencyTracker {
|
| // Terminates latency tracking for events that triggered rendering, also
|
| // performing relevant UMA latency reporting.
|
| // Called when the RenderWidgetHost receives a swap update from the GPU.
|
| - void OnFrameSwapped(const ui::LatencyInfo& latency);
|
| + void OnGpuSwapBuffersCompleted(const ui::LatencyInfo& latency);
|
|
|
| // WebInputEvent coordinates are in DPIs, while LatencyInfo expects
|
| // coordinates in device pixels.
|
|
|