X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Frendering%2Frenderer-api.h;h=033729d0d48a484012be5b4432f8267f19242904;hp=e415e7483fc62a0bcb7b38aeebd30cae42c99778;hb=22fac05feb6021eba8ab72268225a00293119089;hpb=8c31a5ca493d17693e53f9909a4453b1fa058ab3 diff --git a/plugins/dali-script-v8/src/rendering/renderer-api.h b/plugins/dali-script-v8/src/rendering/renderer-api.h index e415e74..033729d 100644 --- a/plugins/dali-script-v8/src/rendering/renderer-api.h +++ b/plugins/dali-script-v8/src/rendering/renderer-api.h @@ -59,8 +59,8 @@ namespace RendererApi */ void SetGeometry( const v8::FunctionCallbackInfo< v8::Value >& args ); void GetGeometry( const v8::FunctionCallbackInfo< v8::Value >& args ); - void SetMaterial( const v8::FunctionCallbackInfo< v8::Value >& args ); - void GetMaterial( const v8::FunctionCallbackInfo< v8::Value >& args ); + void SetTextures( const v8::FunctionCallbackInfo< v8::Value >& args ); + void GetTextures( const v8::FunctionCallbackInfo< v8::Value >& args ); }; // namespace RendererApi