Fix PageFactory to take in Texture rather than Image
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / page-turn-view / page-turn-view-impl.h
index 2d40717..73aff02 100644 (file)
@@ -57,10 +57,10 @@ protected:
     ~Page(){};
 
     /**
     ~Page(){};
 
     /**
-     * Set the page image content
-     * @param[in] image The content of the page.
+     * Set the page texture content
+     * @param[in] texture The content of the page.
      */
      */
-    void SetImage( Image image );
+    void SetTexture( Texture texture );
 
     /**
      * Apply an effect onto the page actor.
 
     /**
      * Apply an effect onto the page actor.