| Index: content/port/browser/render_widget_host_view_port.h
|
| diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h
|
| index 605632d43af65d892903ef1b1d992760ac75d7fe..c248f288937822f1ae21c3709d717c88fa863efc 100644
|
| --- a/content/port/browser/render_widget_host_view_port.h
|
| +++ b/content/port/browser/render_widget_host_view_port.h
|
| @@ -224,8 +224,15 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView {
|
| int32 width_in_pixel,
|
| int32 height_in_pixel,
|
| uint64* surface_id,
|
| - TransportDIB::Handle* surface_handle) = 0;
|
| + TransportDIB::Handle* surface_handle,
|
| + int32 route_id,
|
| + int gpu_host_id) = 0;
|
| virtual void AcceleratedSurfaceRelease(uint64 surface_id) = 0;
|
| + virtual void AcceleratedSurfaceRequestReleaseFront(uint64 surface_id,
|
| + int request_id,
|
| + int retry_count,
|
| + int32 route_id,
|
| + int gpu_host_id) = 0;
|
| #endif
|
|
|
| #if defined(TOOLKIT_GTK)
|
|
|