Index: chrome/renderer/webplugin_delegate_proxy.h |
=================================================================== |
--- chrome/renderer/webplugin_delegate_proxy.h (revision 37920) |
+++ chrome/renderer/webplugin_delegate_proxy.h (working copy) |
@@ -145,6 +145,11 @@ |
#if defined(OS_MACOSX) |
void OnUpdateGeometry_ACK(int ack_key); |
+ void OnGPUPluginSetIOSurface(gfx::PluginWindowHandle window, |
+ int32 width, |
+ int32 height, |
+ uint64 io_surface_identifier); |
+ void OnGPUPluginBuffersSwapped(gfx::PluginWindowHandle window); |
#endif |
// Draw a graphic indicating a crashed plugin. |