| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index 9728f680b4a8ba2a88dbe9b89d173284359387de..df21bb46d7619cf6ad917647e106edead47c1135 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -489,7 +489,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| int32 height,
|
| TransportDIB::Handle transport_dib);
|
| void OnAcceleratedSurfaceBuffersSwapped(gfx::PluginWindowHandle window,
|
| - uint64 surface_id);
|
| + uint64 surface_handle);
|
| #endif
|
| #if defined(TOOLKIT_USES_GTK)
|
| void OnMsgCreatePluginContainer(gfx::PluginWindowHandle id);
|
|
|