| Index: chrome/plugin/webplugin_proxy.h
|
| diff --git a/chrome/plugin/webplugin_proxy.h b/chrome/plugin/webplugin_proxy.h
|
| index a33dae7d10e4bc7b63f2e64d7660911df3c1123e..5a24e2bf9389c673065ff910f957220ec801f8ab 100644
|
| --- a/chrome/plugin/webplugin_proxy.h
|
| +++ b/chrome/plugin/webplugin_proxy.h
|
| @@ -149,7 +149,8 @@ class WebPluginProxy : public webkit_glue::WebPlugin {
|
|
|
| // Tell the browser (via the renderer) to invalidate because the
|
| // accelerated buffers have changed.
|
| - virtual void AcceleratedFrameBuffersDidSwap(gfx::PluginWindowHandle window);
|
| + virtual void AcceleratedFrameBuffersDidSwap(
|
| + gfx::PluginWindowHandle window, uint64 surface_id);
|
|
|
| // Tell the renderer and browser to associate the given plugin handle with
|
| // |accelerated_surface_identifier|. The geometry is used to resize any
|
|
|