X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fscene.cpp;h=e3401d5dcd40c1e665f4e57d3dfa7892d5051637;hb=5db516feeebc8ba8e2492e22d24e01d968b967d4;hp=d6146e76635415176d231af40ad500e19add81b6;hpb=f87aeddf469732ad0b64a6557b079e4d9ec21de9;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/scene.cpp b/dali/integration-api/scene.cpp index d6146e7..e3401d5 100644 --- a/dali/integration-api/scene.cpp +++ b/dali/integration-api/scene.cpp @@ -119,14 +119,14 @@ Layer Scene::GetLayer( uint32_t depth ) const return GetImplementation(*this).GetLayer( depth ); } -void Scene::SetSurface( Integration::RenderSurface& surface, bool forceUpdate ) +void Scene::SetSurface( Integration::RenderSurface& surface ) { - GetImplementation(*this).SetSurface( surface, forceUpdate ); + GetImplementation(*this).SetSurface( surface ); } -void Scene::SurfaceResized( bool forceUpdate ) +void Scene::SurfaceResized() { - GetImplementation( *this ).SurfaceResized( forceUpdate ); + GetImplementation( *this ).SurfaceResized(); } Integration::RenderSurface* Scene::GetSurface() const