Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(541)

Unified Diff: content/browser/renderer_host/input/render_widget_host_latency_tracker.h

Issue 2788893004: Renaming gpu swap buffer callbacks and the screenshot latency component. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..36b7ac004410623435d52b0fb664662767d89aaf 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 OnGpuSwapBufersCompleted(const ui::LatencyInfo& latency);
tdresser 2017/04/03 15:57:11 Bufers -> Buffers
mfomitchev 2017/04/03 17:31:00 Oops. Done, thanks!
// WebInputEvent coordinates are in DPIs, while LatencyInfo expects
// coordinates in device pixels.

Powered by Google App Engine
This is Rietveld 408576698