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

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

Issue 10052018: Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupled from backbuffer dro… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixing nits Created 8 years, 6 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/test_render_view_host.h
diff --git a/content/browser/renderer_host/test_render_view_host.h b/content/browser/renderer_host/test_render_view_host.h
index 56f474f6b3f7e398662cad52a8ce542cc5617bbe..c0a9e03a34a20fa1f7cdd18db56a1dc457053885 100644
--- a/content/browser/renderer_host/test_render_view_host.h
+++ b/content/browser/renderer_host/test_render_view_host.h
@@ -148,7 +148,7 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
#if defined(USE_AURA)
virtual void AcceleratedSurfaceNew(
int32 width, int32 height, uint64* surface_id,
- TransportDIB::Handle* surface_handle) OVERRIDE { }
+ TransportDIB::Handle* surface_handle, int32 route_id) OVERRIDE { }
virtual void AcceleratedSurfaceRelease(uint64 surface_id) OVERRIDE { }
#endif

Powered by Google App Engine
This is Rietveld 408576698