X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fcore.h;h=a5051e53a5b35481754e9a4bd000d62873535a39;hb=62cfeeb09f1e213ede6115bb36e3c7157dade816;hp=1dd070df2f74beb69709d17dc4f393f0624729da;hpb=e4b926e353ac0ce474cc266161db61b4f8b7c872;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/core.h b/dali/integration-api/core.h index 1dd070d..a5051e5 100644 --- a/dali/integration-api/core.h +++ b/dali/integration-api/core.h @@ -351,7 +351,7 @@ public: * @param[in] scene The scene to be rendered. * @param[out] damagedRects containing damaged render items rects for this pass. */ - void PreRender(Integration::Scene& scene, std::vector>& damagedRects); + void PreRender(RenderStatus& status, Integration::Scene& scene, std::vector>& damagedRects); /** * Render a scene in the next frame. This method should be preceded by a call up PreRender.