| Index: chrome/browser/renderer_host/render_widget_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_widget_host.h (revision 54820)
|
| +++ chrome/browser/renderer_host/render_widget_host.h (working copy)
|
| @@ -501,6 +501,7 @@
|
| void OnMsgGetWindowRect(gfx::NativeViewId window_id, gfx::Rect* results);
|
| void OnMsgGetRootWindowRect(gfx::NativeViewId window_id, gfx::Rect* results);
|
| void OnAllocateFakePluginWindowHandle(bool opaque,
|
| + bool root,
|
| gfx::PluginWindowHandle* id);
|
| void OnDestroyFakePluginWindowHandle(gfx::PluginWindowHandle id);
|
| void OnAcceleratedSurfaceSetIOSurface(gfx::PluginWindowHandle window,
|
|
|