X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Frendering%2Frenderer-api.h;h=e65d3d80f54c4f67cfbce4f305ac152537397fa1;hb=d00a250741411c386d988e7ac34525cf94a1918e;hp=50e18747e8c0187fb6b97a2a161c4e85e5477f72;hpb=2a8f032f9d3e1a78a31986a95ea72964a5b515b0;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-script-v8/src/rendering/renderer-api.h b/plugins/dali-script-v8/src/rendering/renderer-api.h index 50e1874..e65d3d8 100644 --- a/plugins/dali-script-v8/src/rendering/renderer-api.h +++ b/plugins/dali-script-v8/src/rendering/renderer-api.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_RENDERER_API_H__ -#define __DALI_V8PLUGIN_RENDERER_API_H__ +#ifndef DALI_V8PLUGIN_RENDERER_API_H +#define DALI_V8PLUGIN_RENDERER_API_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ // EXTERNAL INCLUDES #include -#include +#include namespace Dali @@ -59,12 +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 SetBlendFunc( const v8::FunctionCallbackInfo< v8::Value >& args ); - void GetBlendFunc( const v8::FunctionCallbackInfo< v8::Value >& args ); - void SetBlendEquation( const v8::FunctionCallbackInfo< v8::Value >& args ); - void GetBlendEquation( const v8::FunctionCallbackInfo< v8::Value >& args ); + void SetTextures( const v8::FunctionCallbackInfo< v8::Value >& args ); + void GetTextures( const v8::FunctionCallbackInfo< v8::Value >& args ); }; // namespace RendererApi @@ -72,4 +68,4 @@ namespace RendererApi } // namespace Dali -#endif // header __DALI_V8PLUGIN_RENDERER_API_H__ +#endif // DALI_V8PLUGIN_RENDERER_API_H