| Index: content/browser/renderer_host/render_widget_host_view_guest.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_view_guest.cc (revision 171661)
|
| +++ content/browser/renderer_host/render_widget_host_view_guest.cc (working copy)
|
| @@ -201,11 +201,9 @@
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| -void RenderWidgetHostViewGuest::AcceleratedSurfaceNew(
|
| - int32 width_in_pixel,
|
| - int32 height_in_pixel,
|
| - uint64 surface_handle,
|
| - const std::string& mailbox_name) {
|
| +void RenderWidgetHostViewGuest::AcceleratedSurfaceNew(int32 width_in_pixel,
|
| + int32 height_in_pixel,
|
| + uint64 surface_handle) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
|
|