X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fadaptor-framework%2Fvector-animation-renderer.cpp;h=f55d839b03881c6a51952f25b70d3208b10e8aa2;hb=cb24bde9744a7bd99793edc79d5180c0a1d3bed1;hp=33609c0659239e63b21ae08f92d64009b447a95b;hpb=6e6901f05219b7313774adbb0e1c5f246ccb1890;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/devel-api/adaptor-framework/vector-animation-renderer.cpp b/dali/devel-api/adaptor-framework/vector-animation-renderer.cpp index 33609c0..f55d839 100755 --- a/dali/devel-api/adaptor-framework/vector-animation-renderer.cpp +++ b/dali/devel-api/adaptor-framework/vector-animation-renderer.cpp @@ -69,11 +69,6 @@ void VectorAnimationRenderer::SetSize( uint32_t width, uint32_t height ) GetImplementation( *this ).SetSize( width, height ); } -void VectorAnimationRenderer::StopRender() -{ - GetImplementation( *this ).StopRender(); -} - bool VectorAnimationRenderer::Render( uint32_t frameNumber ) { return GetImplementation( *this ).Render( frameNumber ); @@ -94,4 +89,14 @@ void VectorAnimationRenderer::GetDefaultSize( uint32_t& width, uint32_t& height GetImplementation( *this ).GetDefaultSize( width, height ); } +void VectorAnimationRenderer::GetLayerInfo( Property::Map& map ) const +{ + GetImplementation( *this ).GetLayerInfo( map ); +} + +VectorAnimationRenderer::UploadCompletedSignalType& VectorAnimationRenderer::UploadCompletedSignal() +{ + return GetImplementation( *this ).UploadCompletedSignal(); +} + } // namespace Dali