[4.0] Add Property::EXTENTS type
[platform/core/uifw/dali-core.git] / dali / internal / event / common / property-buffer-impl.cpp
index 0a83cc9..0718c4b 100644 (file)
@@ -110,6 +110,7 @@ unsigned int GetPropertyImplementationAlignment( Property::Type& propertyType )
     case Property::STRING:
     case Property::ARRAY:
     case Property::MAP:
+    case Property::EXTENTS:
     {
       // already handled by higher level code
     }
@@ -317,6 +318,7 @@ unsigned int GetPropertyImplementationSize( Property::Type& propertyType )
     case Property::STRING:
     case Property::ARRAY:
     case Property::MAP:
+    case Property::EXTENTS:
     {
       // already handled by higher level code
     }