[Tizen] Add EmitKeyInputFocusSignal to control-wrapper-impl 15/199615/2 accepted/tizen/unified/20190215.055009 submit/tizen/20190213.082432
authorhuiyu.eun <huiyu.eun@samsung.com>
Wed, 13 Feb 2019 08:16:03 +0000 (17:16 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Wed, 13 Feb 2019 08:17:52 +0000 (17:17 +0900)
Fix TCT block issue

Change-Id: I97c54c89c6d9216a4a8908959d7f0d35e3029603
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
dali-toolkit/devel-api/controls/control-wrapper-impl.cpp

index 37def2b..4c9b1da 100755 (executable)
@@ -185,6 +185,11 @@ Dali::TypeInfo ControlWrapper::GetTypeInfo()
   return DevelCustomActor::GetTypeInfo(Self());
 }
 
+void ControlWrapper::EmitKeyInputFocusSignal(bool focusGained)
+{
+  Control::EmitKeyInputFocusSignal( focusGained );
+}
+
 } // namespace Internal
 
 } // namespace Toolkit