X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fcommon%2Fcore-impl.h;h=6e02bb4876f5620474161db4c3c140ae18e9127e;hb=55827866fcb8c7ee47581ac4335a3390472090e8;hp=f596ae9baa22f881e909de92a381db54bce5207b;hpb=fdf982a0fc4c7aff8b1dbdd48d60064338ef80ff;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/common/core-impl.h b/dali/internal/common/core-impl.h old mode 100644 new mode 100755 index f596ae9..6e02bb4 --- a/dali/internal/common/core-impl.h +++ b/dali/internal/common/core-impl.h @@ -41,6 +41,7 @@ class RenderController; class PlatformAbstraction; class GlAbstraction; class GlSyncAbstraction; +class GlContextHelperAbstraction; class UpdateStatus; class RenderStatus; class RenderSurface; @@ -83,10 +84,12 @@ public: Integration::PlatformAbstraction& platform, Integration::GlAbstraction& glAbstraction, Integration::GlSyncAbstraction& glSyncAbstraction, + Integration::GlContextHelperAbstraction& glContextHelperAbstraction, ResourcePolicy::DataRetention dataRetentionPolicy, Integration::RenderToFrameBuffer renderToFboEnabled, Integration::DepthBufferAvailable depthBufferAvailable, - Integration::StencilBufferAvailable stencilBufferAvailable ); + Integration::StencilBufferAvailable stencilBufferAvailable, + Integration::PartialUpdateAvailable partialUpdateAvailable ); /** * Destructor @@ -119,9 +122,9 @@ public: void RecoverFromContextLoss(); /** - * @copydoc Dali::Integration::Core::SurfaceResized(Integration::RenderSurface*) + * @copydoc Dali::Integration::Core::SurfaceDeleted(Integration::RenderSurface*) */ - void SurfaceResized( Integration::RenderSurface* surface ); + void SurfaceDeleted( Integration::RenderSurface* surface ); /** * @copydoc Dali::Integration::Core::SetMinimumFrameTimeInterval(uint32_t)