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(); |