[Tizen] Add more Preedit styles
[platform/core/uifw/dali-adaptor.git] / dali / internal / input / generic / input-method-context-impl-generic.cpp
index 04292c4..deeb642 100644 (file)
@@ -298,11 +298,10 @@ void InputMethodContextGeneric::SetInputPanelPosition( unsigned int x, unsigned
   DALI_LOG_INFO( gLogFilter, Debug::General, "InputMethodContextX::SetInputPanelPosition\n" );
 }
 
-Dali::InputMethodContext::PreeditStyle InputMethodContextGeneric::GetPreeditStyle() const
+void InputMethodContextGeneric::GetPreeditStyle( Vector< Dali::InputMethodContext::PreeditAttrData >& attrs) const
 {
   DALI_LOG_INFO( gLogFilter, Debug::General, "InputMethodContextX::GetPreeditStyle\n" );
-
-  return Dali::InputMethodContext::PreeditStyle::NONE;
+  // Do Nothing
 }
 
 } // Adaptor