Added playback (i.e. Play, Pause, Stop) support for the animated GIF.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / visuals / image-visual-actions-devel.h
index f76e772..78a1451 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_TOOLKIT_DEVEL_API_VISUALS_IMAGE_VISUAL_ACTIONS_DEVEL_H
 
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 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.
@@ -37,7 +37,7 @@ namespace Action
  */
 enum Type
 {
-  RELOAD = 0,  ///< Force reloading of the image, all visuals using this image will get the latest one.
+  RELOAD = 0  ///< Force reloading of the image, all visuals using this image will get the latest one.
 };
 
 } // namespace Actions