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%2Factor-api.h;h=6db75343f7ffa3d4bf03bfd62983793a4a72ff7f;hp=bcd600ed4d3575275e6cc7be3196a3ccd0d5793e;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=6e1c16f82d6ea3d44f74e4dc11212ac18c963ef4 diff --git a/plugins/dali-script-v8/src/actors/actor-api.h b/plugins/dali-script-v8/src/actors/actor-api.h index bcd600e..6db7534 100644 --- a/plugins/dali-script-v8/src/actors/actor-api.h +++ b/plugins/dali-script-v8/src/actors/actor-api.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_ACTOR_API_H__ -#define __DALI_V8PLUGIN_ACTOR_API_H__ +#ifndef DALI_V8PLUGIN_ACTOR_API_H +#define DALI_V8PLUGIN_ACTOR_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. @@ -57,6 +57,7 @@ namespace ActorApi void SetKeyboardFocusable( const v8::FunctionCallbackInfo< v8::Value >& args ); void IsKeyboardFocusable( const v8::FunctionCallbackInfo< v8::Value >& args ); void GetNaturalSize( const v8::FunctionCallbackInfo< v8::Value >& args ); + void GetRelayoutSize( const v8::FunctionCallbackInfo< v8::Value >& args ); void GetWidthForHeight( const v8::FunctionCallbackInfo& args ); void GetHeightForWidth( const v8::FunctionCallbackInfo& args ); void TranslateBy( const v8::FunctionCallbackInfo< v8::Value >& args ); @@ -71,11 +72,10 @@ namespace ActorApi // they're dealing with, returns actor name as a string void GetActorType( const v8::FunctionCallbackInfo< v8::Value >& args ); - }; // namespace ActorApi } // namespace V8Plugin } // namespace Dali -#endif // header __DALI_V8PLUGIN_ACTOR_API_H__ +#endif // DALI_V8PLUGIN_ACTOR_API_H