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

Unified Diff: gpu/ipc/service/pass_through_image_transport_surface.cc

Issue 2814483002: Splitting up RenderWidgetHostLatencyTracker and some renames. (Closed)
Patch Set: [Moving OnGpuSwapBuffersCompleted() back up. Created 3 years, 8 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
« no previous file with comments | « gpu/ipc/service/pass_through_image_transport_surface.h ('k') | ui/latency/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/pass_through_image_transport_surface.cc
diff --git a/gpu/ipc/service/pass_through_image_transport_surface.cc b/gpu/ipc/service/pass_through_image_transport_surface.cc
index f12b15922a57b94ace6fabfcf819ca752a97af50..4f0c406f57f7b8ed1e3d1a0ee6d50fda26c1e127 100644
--- a/gpu/ipc/service/pass_through_image_transport_surface.cc
+++ b/gpu/ipc/service/pass_through_image_transport_surface.cc
@@ -26,7 +26,7 @@ bool PassThroughImageTransportSurface::Initialize(
gl::GLSurfaceFormat format) {
// The surface is assumed to have already been initialized.
delegate_->SetLatencyInfoCallback(
- base::Bind(&PassThroughImageTransportSurface::SetLatencyInfo,
+ base::Bind(&PassThroughImageTransportSurface::AddLatencyInfo,
base::Unretained(this)));
return true;
}
@@ -129,7 +129,7 @@ PassThroughImageTransportSurface::~PassThroughImageTransportSurface() {
}
}
-void PassThroughImageTransportSurface::SetLatencyInfo(
+void PassThroughImageTransportSurface::AddLatencyInfo(
const std::vector<ui::LatencyInfo>& latency_info) {
latency_info_.insert(latency_info_.end(), latency_info.begin(),
latency_info.end());
« no previous file with comments | « gpu/ipc/service/pass_through_image_transport_surface.h ('k') | ui/latency/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698