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%2Fgeometry-api.h;h=a49594283a89c01e231f295ab3b7dcf01bbd98d4;hp=6b994fbb168fd3de7e29314e723530439938ee8e;hb=cbe7fefea4a6e34d22333c248f643f873744b055;hpb=d00a250741411c386d988e7ac34525cf94a1918e diff --git a/plugins/dali-script-v8/src/rendering/geometry-api.h b/plugins/dali-script-v8/src/rendering/geometry-api.h index 6b994fb..a495942 100644 --- a/plugins/dali-script-v8/src/rendering/geometry-api.h +++ b/plugins/dali-script-v8/src/rendering/geometry-api.h @@ -61,8 +61,8 @@ namespace GeometryApi void GetNumberOfVertexBuffers( const v8::FunctionCallbackInfo< v8::Value >& args ); void RemoveVertexBuffer( const v8::FunctionCallbackInfo< v8::Value >& args ); void SetIndexBuffer( const v8::FunctionCallbackInfo< v8::Value >& args ); - void SetGeometryType( const v8::FunctionCallbackInfo< v8::Value >& args ); - void GetGeometryType( const v8::FunctionCallbackInfo< v8::Value >& args ); + void SetType( const v8::FunctionCallbackInfo< v8::Value >& args ); + void GetType( const v8::FunctionCallbackInfo< v8::Value >& args ); }; // namespace GeometryApi