Index: webkit/glue/plugins/webplugin_delegate_impl.h |
diff --git a/webkit/glue/plugins/webplugin_delegate_impl.h b/webkit/glue/plugins/webplugin_delegate_impl.h |
index f57755e35942a28ee27d541d28527aaaad3836d8..6cf7c7b9f93598e80719a27e4478dd372f16d40b 100644 |
--- a/webkit/glue/plugins/webplugin_delegate_impl.h |
+++ b/webkit/glue/plugins/webplugin_delegate_impl.h |
@@ -180,10 +180,7 @@ class WebPluginDelegateImpl : public webkit_glue::WebPluginDelegate { |
#if defined(OS_MACOSX) |
// Allow setting a "fake" window handle to associate this plug-in with |
// an IOSurface in the browser. Used for accelerated drawing surfaces. |
- void set_windowed_handle(gfx::PluginWindowHandle handle) { |
- windowed_handle_ = handle; |
- UpdateAcceleratedSurface(); |
- } |
+ void set_windowed_handle(gfx::PluginWindowHandle handle); |
#endif |
private: |