| 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 9fe93ac8dcde065ed9e3f0d5d4bca3184d01075e..0da1bc0c7c2a11500b450664603949b2f06d479a 100644
|
| --- a/content/port/browser/render_widget_host_view_port.h
|
| +++ b/content/port/browser/render_widget_host_view_port.h
|
| @@ -241,11 +241,8 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView {
|
| virtual void HasTouchEventHandlers(bool need_touch_events) = 0;
|
| #endif
|
|
|
| - virtual void AcceleratedSurfaceNew(
|
| - int32 width_in_pixel,
|
| - int32 height_in_pixel,
|
| - uint64 surface_id,
|
| - const std::string& mailbox_name) {}
|
| + virtual void AcceleratedSurfaceNew(uint64 surface_id,
|
| + const std::string& mailbox_name) {}
|
| virtual void AcceleratedSurfaceRelease() {}
|
|
|
| #if defined(TOOLKIT_GTK)
|
|
|