summaryrefslogtreecommitdiffstats
path: root/WebKit/qt/examples/platformplugin/WebPlugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/qt/examples/platformplugin/WebPlugin.h')
-rw-r--r--WebKit/qt/examples/platformplugin/WebPlugin.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/WebKit/qt/examples/platformplugin/WebPlugin.h b/WebKit/qt/examples/platformplugin/WebPlugin.h
index 4af19f9..3df345f 100644
--- a/WebKit/qt/examples/platformplugin/WebPlugin.h
+++ b/WebKit/qt/examples/platformplugin/WebPlugin.h
@@ -87,14 +87,8 @@ class WebPlugin : public QObject, public QWebKitPlatformPlugin
Q_OBJECT
Q_INTERFACES(QWebKitPlatformPlugin)
public:
- virtual QWebSelectMethod* createSelectInputMethod() const { return new WebPopup(); }
virtual bool supportsExtension(Extension extension) const;
- virtual QWebNotificationPresenter* createNotificationPresenter() const {
- return new WebNotificationPresenter();
- }
- virtual QWebHapticFeedbackPlayer* createHapticFeedbackPlayer() const {
- return 0;
- }
+ virtual QObject* createExtension(Extension extension) const;
};
#endif // WEBPLUGIN_H