Index: chrome/browser/gpu_process_host.h |
diff --git a/chrome/browser/gpu_process_host.h b/chrome/browser/gpu_process_host.h |
index 0e1440275c19ef3254769a2db59bb86c1b92fbd6..de8d3e554ac10384687598b5d51b140a2ea39248 100644 |
--- a/chrome/browser/gpu_process_host.h |
+++ b/chrome/browser/gpu_process_host.h |
@@ -102,7 +102,8 @@ class GpuProcessHost : public BrowserChildProcessHost { |
const GpuHostMsg_AcceleratedSurfaceSetIOSurface_Params& params); |
void OnAcceleratedSurfaceBuffersSwapped(int32 renderer_id, |
int32 render_view_id, |
- gfx::PluginWindowHandle window); |
+ gfx::PluginWindowHandle window, |
+ uint64 surface_id); |
#endif |
void ReplyToRenderer(const IPC::ChannelHandle& channel, |