X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fvector-animation%2Fcommon%2Fvector-animation-renderer-impl.h;h=5ede97e92be446c7a808342c56816d8a64d4e155;hb=cb24bde9744a7bd99793edc79d5180c0a1d3bed1;hp=1bc7bac3533a0e1cc4bfaf06eabe37e11b186a94;hpb=94433eb7847efde23892139ac82febe2cf0075db;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/vector-animation/common/vector-animation-renderer-impl.h b/dali/internal/vector-animation/common/vector-animation-renderer-impl.h index 1bc7bac..5ede97e 100755 --- a/dali/internal/vector-animation/common/vector-animation-renderer-impl.h +++ b/dali/internal/vector-animation/common/vector-animation-renderer-impl.h @@ -87,6 +87,11 @@ public: void GetDefaultSize( uint32_t& width, uint32_t& height ) const; /** + * @copydoc Dali::VectorAnimationRenderer::GetLayerInfo() + */ + void GetLayerInfo( Property::Map& map ) const; + + /** * @copydoc Dali::VectorAnimationRenderer::UploadCompletedSignal() */ Dali::VectorAnimationRenderer::UploadCompletedSignalType& UploadCompletedSignal();