Revert "[4.0] Create Widget Application"
[platform/core/uifw/dali-adaptor.git] / adaptors / common / adaptor.cpp
index a6810c7..c6cc3fa 100644 (file)
@@ -81,7 +81,7 @@ void Adaptor::Stop()
 
 bool Adaptor::AddIdle( CallbackBase* callback )
 {
-  return mImpl->AddIdle( callback );
+  return mImpl->AddIdle( callback, false );
 }
 
 void Adaptor::RemoveIdle( CallbackBase* callback )
@@ -184,9 +184,9 @@ void Adaptor::SetStereoBase(  float stereoBase )
   mImpl->SetStereoBase( stereoBase );
 }
 
-void Adaptor::SurfaceSizeChanged( SurfaceSize surfaceSize )
+void Adaptor::RenderOnce()
 {
-  mImpl->SurfaceSizeChanged( surfaceSize );
+  mImpl->RenderOnce();
 }
 
 Adaptor::Adaptor()