X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fscene.h;h=ad414797042edcb07e193dd538b6e610759b6860;hb=3f5099b7e8b501e5d4a808869faf5889b0701454;hp=d1377730ff6128daee2e230fd73358bc98e18a2b;hpb=6fd962828930e1176dff83fca2fc2c8000bca992;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/scene.h b/dali/integration-api/scene.h index d137773..ad41479 100644 --- a/dali/integration-api/scene.h +++ b/dali/integration-api/scene.h @@ -22,6 +22,8 @@ #include // INTERNAL INCLUDES +#include +#include #include #include #include @@ -225,9 +227,9 @@ public: /** * @brief Sets the render target for the surface. * - * @param[in] renderTarget The render target for the surface + * @param[in] renderTarget The render target create info for the surface */ - void SetSurfaceRenderTarget(Graphics::RenderTarget* renderTarget); + void SetSurfaceRenderTarget(const Graphics::RenderTargetCreateInfo& createInfo); /** * @brief Retrieve the Scene that the given actor belongs to.