X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fpage-turn-view%2Fpage-turn-view-impl.h;h=73aff024e9827376e5a5bda3326aeeba76d30d92;hb=410125f32fcd135226a2a0a668b2855ea9e17a69;hp=078859d9f1bf681533102496492a90e321b4bd7b;hpb=7bc9bb47cb9c552982e9144b202861190eeadc96;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/page-turn-view/page-turn-view-impl.h b/dali-toolkit/internal/controls/page-turn-view/page-turn-view-impl.h index 078859d..73aff02 100644 --- a/dali-toolkit/internal/controls/page-turn-view/page-turn-view-impl.h +++ b/dali-toolkit/internal/controls/page-turn-view/page-turn-view-impl.h @@ -25,8 +25,8 @@ // INTERNAL INCLUDES #include -#include -#include +#include +#include #include namespace Dali @@ -57,10 +57,10 @@ protected: ~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.