X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Fimage%2Fbatch-image-visual.h;h=85ef5b45c6be6d0f68428716db91e4d5718e8972;hb=1fd20826580135da5eeed219472c4cc2edafd6bd;hp=be84aab3bc8faf89fb05c76d4a4049f10e642f12;hpb=f7ca0a1c753ea498df357add70b5c7a9bad4ea91;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/visuals/image/batch-image-visual.h b/dali-toolkit/internal/visuals/image/batch-image-visual.h index be84aab..85ef5b4 100644 --- a/dali-toolkit/internal/visuals/image/batch-image-visual.h +++ b/dali-toolkit/internal/visuals/image/batch-image-visual.h @@ -45,7 +45,7 @@ public: * @param[in] factoryCache A pointer pointing to the VisualFactoryCache object * @return A smart-pointer to the newly allocated visual. */ - static BatchImageVisualPtr New( VisualFactoryCache& factoryCache ); + static BatchImageVisualPtr New( VisualFactoryCache& factoryCache, const std::string& url ); public: // from Visual @@ -57,7 +57,7 @@ public: // from Visual /** * @copydoc Visual::Base::GetNaturalSize */ - virtual void GetNaturalSize( Vector2& naturalSize ) const; + virtual void GetNaturalSize( Vector2& naturalSize ); /** * @copydoc Visual::Base::CreatePropertyMap