summaryrefslogtreecommitdiffstats
path: root/content/port
diff options
context:
space:
mode:
authormiletus@chromium.org <miletus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-23 20:42:50 +0000
committermiletus@chromium.org <miletus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-23 20:42:50 +0000
commit98a04479ee51a879e6ab8e7e07e3544d33f62969 (patch)
treec0aa429a22c0067dc4ccc3ed9af1ed0f04e12d70 /content/port
parent2c95d104fe9af1364ddd7361d3919cd2568a0134 (diff)
downloadchromium_src-98a04479ee51a879e6ab8e7e07e3544d33f62969.zip
chromium_src-98a04479ee51a879e6ab8e7e07e3544d33f62969.tar.gz
chromium_src-98a04479ee51a879e6ab8e7e07e3544d33f62969.tar.bz2
Remove LatencyInfo merge from software rendering path
BUG=246034 TEST=unittests pass. Review URL: https://codereview.chromium.org/111483003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242404 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/port')
-rw-r--r--content/port/browser/render_widget_host_view_port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h
index 54d6069f..9dc1757 100644
--- a/content/port/browser/render_widget_host_view_port.h
+++ b/content/port/browser/render_widget_host_view_port.h
@@ -135,7 +135,7 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView,
const gfx::Rect& scroll_rect,
const gfx::Vector2d& scroll_delta,
const std::vector<gfx::Rect>& copy_rects,
- const ui::LatencyInfo& latency_info) = 0;
+ const std::vector<ui::LatencyInfo>& latency_info) = 0;
// Notifies the View that the renderer has ceased to exist.
virtual void RenderProcessGone(base::TerminationStatus status,