| Index: chrome/plugin/webplugin_proxy.cc
|
| diff --git a/chrome/plugin/webplugin_proxy.cc b/chrome/plugin/webplugin_proxy.cc
|
| index f41da3e3986951d62fa740e636ce3ebcef03fab5..f0999631517cfc51a30b249662cca432973e0b58 100644
|
| --- a/chrome/plugin/webplugin_proxy.cc
|
| +++ b/chrome/plugin/webplugin_proxy.cc
|
| @@ -669,8 +669,9 @@ WebPluginAcceleratedSurface* WebPluginProxy::GetAcceleratedSurface() {
|
| }
|
|
|
| void WebPluginProxy::AcceleratedFrameBuffersDidSwap(
|
| - gfx::PluginWindowHandle window) {
|
| - Send(new PluginHostMsg_AcceleratedSurfaceBuffersSwapped(route_id_, window));
|
| + gfx::PluginWindowHandle window, uint64 surface_id) {
|
| + Send(new PluginHostMsg_AcceleratedSurfaceBuffersSwapped(
|
| + route_id_, window, surface_id));
|
| }
|
|
|
| void WebPluginProxy::SetAcceleratedSurface(
|
|
|