Upload resource only without rendering while aplication is paused
[platform/core/uifw/dali-adaptor.git] / dali / internal / system / common / thread-controller.cpp
index ac7e49e..cd6671d 100644 (file)
@@ -80,9 +80,9 @@ void ThreadController::RequestUpdate()
   mThreadControllerInterface->RequestUpdate();
 }
 
-void ThreadController::RequestUpdateOnce()
+void ThreadController::RequestUpdateOnce(   UpdateMode updateMode )
 {
-  mThreadControllerInterface->RequestUpdateOnce();
+  mThreadControllerInterface->RequestUpdateOnce( updateMode );
 }
 
 void ThreadController::ReplaceSurface( Dali::RenderSurfaceInterface* newSurface )