X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Frender%2Fcommon%2Frender-manager.h;h=ddbd8e793629bf5e2d2c87af641bad3f88e87ee2;hb=3d95d69c92f1c9294479bf14ffaa66b8da840356;hp=54ed12d068ed06637877a479dba3206dce7daafd;hpb=c81fb66e986014a9f64096fe229d02a5d5d9d1e2;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/render/common/render-manager.h b/dali/internal/render/common/render-manager.h index 54ed12d..ddbd8e7 100644 --- a/dali/internal/render/common/render-manager.h +++ b/dali/internal/render/common/render-manager.h @@ -323,9 +323,8 @@ public: * @pre The graphics implementation must be initialized * @param[out] status showing whether update is required to run. * @param[in] forceClear force the Clear on the framebuffer even if nothing is rendered. - * @param[in] uploadOnly uploadOnly Upload the resource only without rendering. */ - void PreRender(Integration::RenderStatus& status, bool forceClear, bool uploadOnly); + void PreRender(Integration::RenderStatus& status, bool forceClear); // This method should be called from Core::PreRender() @@ -373,9 +372,8 @@ public: * followed by a call up RenderScene. * Multi-threading note: this method should be called from a dedicated rendering thread. * @pre The graphics implementation must be initialized - * @param[in] uploadOnly uploadOnly Upload the resource only without rendering. */ - void PostRender(bool uploadOnly); + void PostRender(); private: /**