diff options
Diffstat (limited to 'WebKit/qt/WebCoreSupport/QtPlatformPlugin.h')
-rw-r--r-- | WebKit/qt/WebCoreSupport/QtPlatformPlugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/qt/WebCoreSupport/QtPlatformPlugin.h b/WebKit/qt/WebCoreSupport/QtPlatformPlugin.h index a3e50c2..ef14a1f 100644 --- a/WebKit/qt/WebCoreSupport/QtPlatformPlugin.h +++ b/WebKit/qt/WebCoreSupport/QtPlatformPlugin.h @@ -28,6 +28,7 @@ class QWebKitPlatformPlugin; class QWebNotificationPresenter; class QWebHapticFeedbackPlayer; class QWebSelectData; +class QWebTouchModifier; namespace WebCore { @@ -39,6 +40,7 @@ public: QWebSelectMethod* createSelectInputMethod(); QWebNotificationPresenter* createNotificationPresenter(); QWebHapticFeedbackPlayer* createHapticFeedbackPlayer(); + QWebTouchModifier* createTouchModifier(); QWebKitPlatformPlugin* plugin(); |