X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=blobdiff_plain;f=dali%2Finternal%2Fadaptor%2Fcommon%2Fcombined-update-render-controller.h;h=bdb51b013fa53f56cd5481f5a91ca3c819a9c94e;hp=6eafcf1f3484aa8b95d9ab4cbf4ae8262a4dde16;hb=263ec21432f3d7c9f9be5b463748fdce8f6942e4;hpb=43235b18c881038f256cc7ebdbaa13d0930122c6 diff --git a/dali/internal/adaptor/common/combined-update-render-controller.h b/dali/internal/adaptor/common/combined-update-render-controller.h index 6eafcf1..bdb51b0 100644 --- a/dali/internal/adaptor/common/combined-update-render-controller.h +++ b/dali/internal/adaptor/common/combined-update-render-controller.h @@ -36,7 +36,7 @@ namespace Dali { -class RenderSurface; +class RenderSurfaceInterface; class TriggerEventInterface; namespace Internal @@ -124,7 +124,7 @@ public: /** * @copydoc ThreadControllerInterface::ReplaceSurface() */ - virtual void ReplaceSurface( RenderSurface* surface ); + virtual void ReplaceSurface( Dali::RenderSurfaceInterface* surface ); /** * @copydoc ThreadControllerInterface::ResizeSurface() @@ -217,7 +217,7 @@ private: * * @return Pointer to the new surface, NULL otherwise */ - RenderSurface* ShouldSurfaceBeReplaced(); + Integration::RenderSurface* ShouldSurfaceBeReplaced(); /** * Called by the Update/Render thread after a surface has been replaced. @@ -334,7 +334,7 @@ private: volatile unsigned int mUseElapsedTimeAfterWait; ///< Whether we should use the elapsed time after waiting (set by the event-thread, read by the update-render-thread). - RenderSurface* volatile mNewSurface; ///< Will be set to the new-surface if requested (set by the event-thread, read & cleared by the update-render thread). + Integration::RenderSurface* volatile mNewSurface; ///< Will be set to the new-surface if requested (set by the event-thread, read & cleared by the update-render thread). volatile unsigned int mPostRendering; ///< Whether post-rendering is taking place (set by the event & render threads, read by the render-thread). volatile unsigned int mSurfaceResized; ///< Will be set to resize the surface (set by the event-thread, read & cleared by the update-render thread).