Merge "Revert the TextLabel to use the old renderer." into devel/master
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / visuals / image / batch-image-visual.h
index be84aab..85ef5b4 100644 (file)
@@ -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