X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fcommon%2Fproperty-buffer-impl.h;h=2f57eafd7899c99f2d70c2e7303f6d428a3ebb9a;hb=55827866fcb8c7ee47581ac4335a3390472090e8;hp=8631f345ce234e00aa500da5c7b2256503c25dea;hpb=7e670cd9cb16d7b93787a147088d67f87086f8b8;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/common/property-buffer-impl.h b/dali/internal/event/common/property-buffer-impl.h index 8631f34..2f57eaf 100644 --- a/dali/internal/event/common/property-buffer-impl.h +++ b/dali/internal/event/common/property-buffer-impl.h @@ -2,7 +2,7 @@ #define DALI_INTERNAL_PROPERTY_BUFFER_H /* - * Copyright (c) 2016 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. @@ -50,12 +50,12 @@ public: /** * @copydoc PropertBuffer::SetData() */ - void SetData( const void* data, std::size_t size ); + void SetData( const void* data, uint32_t size ); /** * @copydoc PropertBuffer::GetSize() */ - std::size_t GetSize() const; + uint32_t GetSize() const; public: // Default property extensions from Object @@ -89,12 +89,9 @@ private: // unimplemented methods private: // data EventThreadServices& mEventThreadServices; /// mBuffer; // Data of the property-buffer + Render::PropertyBuffer* mRenderObject; /// struct PropertyImplementationType< Property::MATRIX > { typedef Matri template<> struct PropertyImplementationType< Property::RECTANGLE > { typedef Rect Type; }; template<> struct PropertyImplementationType< Property::ROTATION > { typedef Quaternion Type; }; -unsigned int GetPropertyImplementationSize( Property::Type& propertyType ); +uint32_t GetPropertyImplementationSize( Property::Type& propertyType ); } // namespace Internal