Fix InputMethodContext to work well in multi-window env
[platform/core/uifw/dali-adaptor.git] / dali / internal / input / tizen-wayland / input-method-context-factory-ecore-wl.cpp
index 9615886..a30e996 100755 (executable)
@@ -31,9 +31,9 @@ namespace InputMethodContextFactory
 {
 
 // InputMethodContext Factory to be implemented by the platform
-InputMethodContextPtr CreateInputMethodContext()
+InputMethodContextPtr CreateInputMethodContext( Dali::Actor actor )
 {
-  return Dali::Internal::Adaptor::InputMethodContextEcoreWl::New();
+  return Dali::Internal::Adaptor::InputMethodContextEcoreWl::New( actor );
 }
 
 }