Improve code related to scroll API in web engine.
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / accessibility.h
index 9be9b95..a6e373e 100644 (file)
@@ -19,6 +19,7 @@
 \r
 // EXTERNAL INCLUDES\r
 \r
+#include <array>\r
 #include <atomic>\r
 #include <bitset>\r
 #include <exception>\r
@@ -297,8 +298,8 @@ enum class State : uint32_t
  */\r
 enum class TextChangedState : uint32_t\r
 {\r
-  INSERT,\r
-  DELETE,\r
+  INSERTED,\r
+  DELETED,\r
   MAX_COUNT\r
 };\r
 \r
@@ -434,7 +435,7 @@ enum class ReadingInfoType
  * @see Dali::Accessibility::Accessible::GetRoles\r
  */\r
 template < size_t I, typename S >\r
-class DALI_ADAPTOR_API BitSets\r
+class BitSets\r
 {\r
   std::array< uint32_t, I > data;\r
 \r