| Index: chrome/browser/gpu_process_host.h
|
| diff --git a/chrome/browser/gpu_process_host.h b/chrome/browser/gpu_process_host.h
|
| index 8219355fdbd262bed2d53082d010e756d24a209f..05ae39e8619ff1d0368f4f82f2c19945df135594 100644
|
| --- a/chrome/browser/gpu_process_host.h
|
| +++ b/chrome/browser/gpu_process_host.h
|
| @@ -87,6 +87,7 @@ class GpuProcessHost : public BrowserChildProcessHost, public NonThreadSafe {
|
| void OnSynchronizeReply();
|
| #if defined(OS_LINUX)
|
| void OnGetViewXID(gfx::NativeViewId id, IPC::Message* reply_msg);
|
| + void OnReleaseXID(unsigned long xid);
|
| void OnResizeXID(unsigned long xid, gfx::Size size, IPC::Message* reply_msg);
|
| #elif defined(OS_MACOSX)
|
| void OnAcceleratedSurfaceSetIOSurface(
|
|
|