| Index: content/plugin/webplugin_proxy.cc
|
| diff --git a/content/plugin/webplugin_proxy.cc b/content/plugin/webplugin_proxy.cc
|
| index 0b88233ac20c8fd91b8be406a9bf0373e3bbd724..919f8471539eb769a106e3789c4d3a9dc5cd469f 100644
|
| --- a/content/plugin/webplugin_proxy.cc
|
| +++ b/content/plugin/webplugin_proxy.cc
|
| @@ -685,9 +685,9 @@ WebPluginAcceleratedSurface* WebPluginProxy::GetAcceleratedSurface(
|
| }
|
|
|
| void WebPluginProxy::AcceleratedFrameBuffersDidSwap(
|
| - gfx::PluginWindowHandle window, uint64 surface_id) {
|
| + gfx::PluginWindowHandle window, uint64 surface_handle) {
|
| Send(new PluginHostMsg_AcceleratedSurfaceBuffersSwapped(
|
| - route_id_, window, surface_id));
|
| + route_id_, window, surface_handle));
|
| }
|
|
|
| void WebPluginProxy::SetAcceleratedSurface(
|
|
|