X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fbubble-effect%2Fbubble-actor.h;h=6d5ef93052984904051da7d758d640bd4f3f08fa;hp=357cddff2c6402546c0cf21a6dc120db1a6780ef;hb=a2de9cf491172cd5da9dc9ed60b17683dab6d7bc;hpb=a9e64686388c10743bf66a9c5d6e0aa06e198c70 diff --git a/dali-toolkit/internal/controls/bubble-effect/bubble-actor.h b/dali-toolkit/internal/controls/bubble-effect/bubble-actor.h index 357cddf..6d5ef93 100644 --- a/dali-toolkit/internal/controls/bubble-effect/bubble-actor.h +++ b/dali-toolkit/internal/controls/bubble-effect/bubble-actor.h @@ -61,9 +61,10 @@ public: /** * Prepare for the rendering: create and add renderer, and register properties * @param[in] geometry The geometry to be used by the renderer - * @param[in] material The material to be used by the renderer + * @param[in] textureSet The texture set to be used by the renderer + * @param[in] textureSet The shader set to be used by the renderer */ - void MakeRenderable( Geometry geometry, Material material ); + void MakeRenderable( Geometry geometry, TextureSet textureSet, Shader shader ); /** * Return the mesh actor which is used to display the bubbles