| Index: webkit/plugins/npapi/webplugin_accelerated_surface_mac.h
|
| ===================================================================
|
| --- webkit/plugins/npapi/webplugin_accelerated_surface_mac.h (revision 111400)
|
| +++ webkit/plugins/npapi/webplugin_accelerated_surface_mac.h (working copy)
|
| @@ -25,6 +25,10 @@
|
| // surface.
|
| virtual void SetWindowHandle(gfx::PluginWindowHandle window) = 0;
|
|
|
| + // Indicates whether the new code path which renders the plugins via
|
| + // the compositor should be used.
|
| + virtual bool IsComposited() = 0;
|
| +
|
| // Sets the size of the surface.
|
| virtual void SetSize(const gfx::Size& size) = 0;
|
|
|
|
|