Merge "Moved (DEFAULT|DEBUG)_BACKGROUND_COLOR out of Stage and over to constants...
[platform/core/uifw/dali-core.git] / dali / internal / event / common / stage-impl.h
index a64e964..4ce80b0 100644 (file)
@@ -208,7 +208,7 @@ public:
   /**
    * Callback for Internal::Scene TouchSignal signal
    */
-  void OnTouchEvent( const Dali::TouchData& touch );
+  void OnTouchEvent( const Dali::TouchEvent& touch );
 
   /**
    * Callback for Internal::Scene WheelEventSignal signal
@@ -239,7 +239,7 @@ public:
    * Emits the touched signal.
    * @param[in] touch The touch event details.
    */
-  void EmitTouchedSignal( const Dali::TouchData& touch );
+  void EmitTouchedSignal( const Dali::TouchEvent& touch );
 
   /**
    * Used by the EventProcessor to emit wheel event signals.