X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Factors%2Flayer-api.h;h=e6d0187382c3bfd41c46cacc58de55e24b8af57a;hp=96674524d326b07eddbd83940b3e9c55cba9e388;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=5d49d819924da76f96f22845210abe89a7ade187 diff --git a/plugins/dali-script-v8/src/actors/layer-api.h b/plugins/dali-script-v8/src/actors/layer-api.h index 9667452..e6d0187 100644 --- a/plugins/dali-script-v8/src/actors/layer-api.h +++ b/plugins/dali-script-v8/src/actors/layer-api.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_LAYER_API_H__ -#define __DALI_V8PLUGIN_LAYER_API_H__ +#ifndef DALI_V8PLUGIN_LAYER_API_H +#define DALI_V8PLUGIN_LAYER_API_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -44,7 +44,7 @@ namespace LayerApi void RaiseAbove( const v8::FunctionCallbackInfo< v8::Value >& args ); void LowerBelow( const v8::FunctionCallbackInfo< v8::Value >& args ); void RaiseToTop( const v8::FunctionCallbackInfo< v8::Value >& args ); - void ToBottom( const v8::FunctionCallbackInfo< v8::Value >& args ); + void LowerToBottom( const v8::FunctionCallbackInfo< v8::Value >& args ); void MoveBelow( const v8::FunctionCallbackInfo< v8::Value >& args ); void MoveAbove( const v8::FunctionCallbackInfo< v8::Value >& args ); void SetDepthTestDisabled( const v8::FunctionCallbackInfo< v8::Value >& args ); @@ -57,4 +57,4 @@ namespace LayerApi } // namespace Dali -#endif // header __DALI_V8PLUGIN_LAYER_API_H__ +#endif // DALI_V8PLUGIN_LAYER_API_H