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

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

Issue 7980006: Implement OSMesa image transport for TOUCH_UI builds (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Re-uploading to get OWNERS check. Created 9 years, 3 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
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view.h ('k') | content/common/gpu/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2952242e279e9ae0beed77c341bb8db1d4aa5059..d372a14941aa46a440b60f2347d4f907199afb6b 100644
--- a/content/browser/renderer_host/test_render_view_host.h
+++ b/content/browser/renderer_host/test_render_view_host.h
@@ -138,8 +138,9 @@ class TestRenderWidgetHostView : public RenderWidgetHostView {
bool is_pinned_to_left, bool is_pinned_to_right) { }
#if defined(TOUCH_UI)
- virtual void AcceleratedSurfaceSetIOSurface(
- int32 width, int32 height, uint64 surface_id) { }
+ virtual void AcceleratedSurfaceNew(
+ int32 width, int32 height, uint64* surface_id,
+ TransportDIB::Handle* surface_handle) { }
virtual void AcceleratedSurfaceBuffersSwapped(
uint64 surface_id,
int32 route_id,
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view.h ('k') | content/common/gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698