Index: webkit/plugins/npapi/webplugin_delegate_impl.h |
diff --git a/webkit/plugins/npapi/webplugin_delegate_impl.h b/webkit/plugins/npapi/webplugin_delegate_impl.h |
index 0c26aed18113217f0e88f951a3658f7f4beccc98..671bc9c0ba25e9e4e3384401bcba2b8d3e0e6407 100644 |
--- a/webkit/plugins/npapi/webplugin_delegate_impl.h |
+++ b/webkit/plugins/npapi/webplugin_delegate_impl.h |
@@ -180,12 +180,6 @@ class WEBKIT_PLUGINS_EXPORT WebPluginDelegateImpl : public WebPluginDelegate { |
// Informs the plugin that IME composition has completed. |
// If |text| is empty, IME was cancelled. |
void ImeCompositionCompleted(const string16& text); |
-#ifndef NP_NO_CARBON |
- // Informs the delegate that the plugin set a Carbon ThemeCursor. |
- void SetThemeCursor(ThemeCursor cursor); |
- // Informs the delegate that the plugin set a Carbon Cursor. |
- void SetCarbonCursor(const Cursor* cursor); |
-#endif |
// Informs the delegate that the plugin set a Cocoa NSCursor. |
void SetNSCursor(NSCursor* cursor); |