[Tizen] Temporary 'using PropertyBuffer = VertexBuffer'
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 16 Sep 2020 02:58:43 +0000 (11:58 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 16 Sep 2020 03:10:00 +0000 (12:10 +0900)
This reverts commit 8b047564782c57f475b1cb21981a8ae0f05a9058.

dali/public-api/rendering/vertex-buffer.h

index 5c25bec..79d9507 100644 (file)
@@ -181,6 +181,9 @@ public:
   explicit DALI_INTERNAL VertexBuffer(Internal::VertexBuffer* pointer);
 };
 
+// This is a temporary using. It will be removed when the name change on another package is complete.
+using PropertyBuffer = VertexBuffer;
+
 /**
  * @}
  */