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=5d48d558217c4667604a8326c5d81a9befe8b897;hp=0f066c5b7e2eefe634e3c6cbb84b653bbaa99474;hpb=6b084af87d9a85428fd657c013ec29a8345fb161;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