Changes after TouchData renamed to TouchEvent
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / web-engine.h
index e9b604e..decb87c 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_WEB_ENGINE_H
 
 /*
- * Copyright (c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -309,7 +309,7 @@ public:
   /**
    * @brief Sends Touch Events.
    */
-  bool SendTouchEvent( const TouchData& touch );
+  bool SendTouchEvent( const TouchEvent& touch );
 
   /**
    * @brief Sends key Events.