Change Application to use NotifySceneCreated from Adaptor
authorKimmo Hoikka <kimmo.hoikka@samsung.com>
Tue, 16 Jun 2015 15:59:40 +0000 (16:59 +0100)
committerYoonsang Lee <ysang114.lee@samsung.com>
Tue, 23 Jun 2015 02:30:58 +0000 (11:30 +0900)
Change-Id: Iff5b4cb1c08ed15d2fa73c0a69958c496d1c1853

adaptors/common/application-impl.cpp

index d864db6..cf52f87 100644 (file)
@@ -213,7 +213,7 @@ void Application::OnInit()
   Dali::Application application(this);
   mInitSignal.Emit( application );
 
-  Internal::Adaptor::Adaptor::GetImplementation( *mAdaptor ).GetCore().SceneCreated();
+  mAdaptor->NotifySceneCreated();
 }
 
 void Application::OnTerminate()