X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ffocus-manager%2Fkeyinput-focus-manager-impl.h;h=ab83e37a49e3251f725aadd3e8b3f672bd8f0ded;hb=9ad4ad53c2284e59346f28441bd327dcd02b73c6;hp=0f066c5b7e2eefe634e3c6cbb84b653bbaa99474;hpb=c1b41f49f0c2954d2a97b78541456a345e4bcb9e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/focus-manager/keyinput-focus-manager-impl.h b/dali-toolkit/internal/focus-manager/keyinput-focus-manager-impl.h index 0f066c5..ab83e37 100644 --- a/dali-toolkit/internal/focus-manager/keyinput-focus-manager-impl.h +++ b/dali-toolkit/internal/focus-manager/keyinput-focus-manager-impl.h @@ -30,7 +30,12 @@ namespace Dali { -class Window; +namespace Integration +{ + +class SceneHolder; + +} // namespace Integration namespace Toolkit { @@ -93,10 +98,10 @@ protected: private: /** - * This will be called when a new window is created - * @param window The new window + * This will be called when a new scene holder is created + * @param sceneHolder The new scene holder */ - void OnWindowCreated( Dali::Window& window ); + void OnSceneHolderCreated( Dali::Integration::SceneHolder& sceneHolder ); /** * Callback for the key event when no actor in the stage has gained the key input focus