diff options
Diffstat (limited to 'webkit/glue/plugins/webplugin_delegate_impl.h')
-rw-r--r-- | webkit/glue/plugins/webplugin_delegate_impl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/glue/plugins/webplugin_delegate_impl.h b/webkit/glue/plugins/webplugin_delegate_impl.h index 6d67dc7..57f7273 100644 --- a/webkit/glue/plugins/webplugin_delegate_impl.h +++ b/webkit/glue/plugins/webplugin_delegate_impl.h @@ -165,10 +165,6 @@ class WebPluginDelegateImpl : public WebPluginDelegate { // Closes down and destroys our plugin instance. void DestroyInstance(); - // Returns the cursor type. - // TODO(iyengar) Add support for custom cursors. - WebCursor::Type GetCursorType(HCURSOR cursor) const; - // used for windowed plugins HWND windowed_handle_; bool windowed_did_set_window_; |