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

Unified Diff: content/browser/renderer_host/render_widget_host_view_mac.h

Issue 123563002: Remove gpu side LatencyInfo merging (Closed) Base URL: http://git.chromium.org/chromium/src.git@gpu-per-event-latency-6-small
Patch Set: fix mac_rel compiler error. Move kMaxLatencyInfoNumber to .cc file Created 6 years, 11 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_view_mac.h
diff --git a/content/browser/renderer_host/render_widget_host_view_mac.h b/content/browser/renderer_host/render_widget_host_view_mac.h
index 0b773555fa4ad762085ada06b67327506c9a3899..3923fcf918a6f68a718caca7f9f763f25c00061f 100644
--- a/content/browser/renderer_host/render_widget_host_view_mac.h
+++ b/content/browser/renderer_host/render_widget_host_view_mac.h
@@ -344,7 +344,7 @@ class RenderWidgetHostViewMac : public RenderWidgetHostViewBase,
void CompositorSwapBuffers(uint64 surface_handle,
const gfx::Size& size,
float scale_factor,
- const ui::LatencyInfo& latency_info);
+ const std::vector<ui::LatencyInfo>& latency_info);
// Draw the IOSurface by making its context current to this view.
bool DrawIOSurfaceWithoutCoreAnimation();

Powered by Google App Engine
This is Rietveld 408576698