summaryrefslogtreecommitdiff
path: root/Source/WebKit2/Shared/efl/NativeWebTouchEventEfl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Shared/efl/NativeWebTouchEventEfl.cpp')
-rw-r--r--Source/WebKit2/Shared/efl/NativeWebTouchEventEfl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebKit2/Shared/efl/NativeWebTouchEventEfl.cpp b/Source/WebKit2/Shared/efl/NativeWebTouchEventEfl.cpp
index 70d8bb7c7..004ca3515 100644
--- a/Source/WebKit2/Shared/efl/NativeWebTouchEventEfl.cpp
+++ b/Source/WebKit2/Shared/efl/NativeWebTouchEventEfl.cpp
@@ -32,8 +32,8 @@
namespace WebKit {
-NativeWebTouchEvent::NativeWebTouchEvent(Ewk_Touch_Event_Type type, const Eina_List* points, const Evas_Modifier* modifiers, const Evas_Point* position, double timestamp)
- : WebTouchEvent(WebEventFactory::createWebTouchEvent(type, points, modifiers, position, timestamp))
+NativeWebTouchEvent::NativeWebTouchEvent(Ewk_Touch_Event_Type type, const Eina_List* points, const Evas_Modifier* modifiers, const WebCore::AffineTransform& toWebContent, const WebCore::AffineTransform& toDeviceScreen, double timestamp)
+ : WebTouchEvent(WebEventFactory::createWebTouchEvent(type, points, modifiers, toWebContent, toDeviceScreen, timestamp))
{
}