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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.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/render_widget_host_impl.h
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
index e306991b90291a0b8c80eef8bfa29a97b3dbe705..6644d73402b7352d287d629742225ae57f604b2e 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -494,14 +494,13 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
return max_size_for_auto_resize_;
}
- void FrameSwapped(const ui::LatencyInfo& latency_info);
void DidReceiveRendererFrame();
// Returns the ID that uniquely describes this component to the latency
// subsystem.
int64_t GetLatencyComponentId() const;
- static void CompositorFrameDrawn(
+ static void OnGpuSwapBufersCompleted(
const std::vector<ui::LatencyInfo>& latency_info);
// Don't check whether we expected a resize ack during layout tests.
@@ -625,6 +624,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
// NotifyRendererResponsive.
void RendererIsResponsive();
+ void OnGpuSwapBufersCompletedInternal(const ui::LatencyInfo& latency_info);
tdresser 2017/04/03 15:57:11 Bufers -> Buffers
mfomitchev 2017/04/03 17:31:00 Done.
+
// IPC message handlers
void OnRenderProcessGone(int status, int error_code);
void OnClose();

Powered by Google App Engine
This is Rietveld 408576698