X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fcore.h;h=1dd070df2f74beb69709d17dc4f393f0624729da;hb=25c956766ad187b49a8539bee3bab95627f3593f;hp=a5051e53a5b35481754e9a4bd000d62873535a39;hpb=d3bc1595bb51ee5cee25299519a93b4e45b8e21d;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/core.h b/dali/integration-api/core.h index a5051e5..1dd070d 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(RenderStatus& status, Integration::Scene& scene, std::vector>& damagedRects); + void PreRender(Integration::Scene& scene, std::vector>& damagedRects); /** * Render a scene in the next frame. This method should be preceded by a call up PreRender.