X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=blobdiff_plain;f=dali%2Finternal%2Fsystem%2Fcommon%2Fthread-controller.cpp;h=3d70efe390733e99acdbc23b97aa53ab83fd20d9;hp=3cffd541a9741d26b807df103f80f9c26e55a8ab;hb=263ec21432f3d7c9f9be5b463748fdce8f6942e4;hpb=43235b18c881038f256cc7ebdbaa13d0930122c6 diff --git a/dali/internal/system/common/thread-controller.cpp b/dali/internal/system/common/thread-controller.cpp index 3cffd54..3d70efe 100644 --- a/dali/internal/system/common/thread-controller.cpp +++ b/dali/internal/system/common/thread-controller.cpp @@ -85,7 +85,7 @@ void ThreadController::RequestUpdateOnce() mThreadControllerInterface->RequestUpdateOnce(); } -void ThreadController::ReplaceSurface( RenderSurface* newSurface ) +void ThreadController::ReplaceSurface( Dali::RenderSurfaceInterface* newSurface ) { mThreadControllerInterface->ReplaceSurface( newSurface ); }