Revert "Revert "Changes after TouchData renamed to TouchEvent""
[platform/core/uifw/dali-demo.git] / examples / web-view / web-view-example.cpp
index af668dc..bd371dd 100644 (file)
@@ -100,7 +100,7 @@ public:
     mAddressLabel.SetProperty( Toolkit::TextLabel::Property::TEXT, url.c_str() );
   }
 
-  bool OnTouchText( Actor actor, const TouchData& touch )
+  bool OnTouchText( Actor actor, const TouchEvent& touch )
   {
     if ( touch.GetState( 0 ) == PointState::UP )
     {