X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=blobdiff_plain;f=dali%2Finternal%2Finput%2Ftizen-wayland%2Finput-method-context-impl-ecore-wl.cpp;h=34255a55329f8f28f517d585a933c31affb7c9fc;hp=0a50e91167c96249b196f252c60995a13d44ca67;hb=263ec21432f3d7c9f9be5b463748fdce8f6942e4;hpb=43235b18c881038f256cc7ebdbaa13d0930122c6 diff --git a/dali/internal/input/tizen-wayland/input-method-context-impl-ecore-wl.cpp b/dali/internal/input/tizen-wayland/input-method-context-impl-ecore-wl.cpp index 0a50e91..34255a5 100755 --- a/dali/internal/input/tizen-wayland/input-method-context-impl-ecore-wl.cpp +++ b/dali/internal/input/tizen-wayland/input-method-context-impl-ecore-wl.cpp @@ -329,7 +329,7 @@ void InputMethodContextEcoreWl::CreateContext() // If we fail to get window id, we can't use the InputMethodContext correctly. // Thus you have to call "ecore_imf_context_client_window_set" somewhere. // In EvasPlugIn, this function is called in EvasPlugin::ConnectEcoreEvent(). - RenderSurface& renderSurface = Dali::Adaptor::Get().GetSurface(); + Dali::RenderSurfaceInterface& renderSurface = Dali::Adaptor::Get().GetSurface(); WindowRenderSurface& windowRenderSurface = static_cast< WindowRenderSurface& >( renderSurface ); int windowId = windowRenderSurface.GetNativeWindowId();