Chromium Code Reviews| Index: webkit/tools/test_shell/webview_host.h |
| =================================================================== |
| --- webkit/tools/test_shell/webview_host.h (revision 29510) |
| +++ webkit/tools/test_shell/webview_host.h (working copy) |
| @@ -44,6 +44,8 @@ |
| GtkPluginContainerManager* plugin_container_manager() { |
| return &plugin_container_manager_; |
| } |
| +#elif defined(OS_MACOSX) |
| + void SetIsActive(bool active); |
| #endif |
| protected: |