| Index: chrome/browser/renderer_host/render_widget_host_view.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_widget_host_view.h (revision 54820)
|
| +++ chrome/browser/renderer_host/render_widget_host_view.h (working copy)
|
| @@ -197,7 +197,7 @@
|
|
|
| // Methods associated with GPU-accelerated plug-in instances.
|
| virtual gfx::PluginWindowHandle AllocateFakePluginWindowHandle(
|
| - bool opaque) = 0;
|
| + bool opaque, bool root) = 0;
|
| virtual void DestroyFakePluginWindowHandle(
|
| gfx::PluginWindowHandle window) = 0;
|
| virtual void AcceleratedSurfaceSetIOSurface(
|
|
|