X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fcommon%2Fcore-impl.h;h=6e02bb4876f5620474161db4c3c140ae18e9127e;hb=55827866fcb8c7ee47581ac4335a3390472090e8;hp=e4197456aa1d3d637f2094683a392933b3753c76;hpb=0b21b1cdb38fd603e92722185ba9bfc180741f21;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 e419745..6e02bb4 --- a/dali/internal/common/core-impl.h +++ b/dali/internal/common/core-impl.h @@ -88,7 +88,8 @@ public: ResourcePolicy::DataRetention dataRetentionPolicy, Integration::RenderToFrameBuffer renderToFboEnabled, Integration::DepthBufferAvailable depthBufferAvailable, - Integration::StencilBufferAvailable stencilBufferAvailable ); + Integration::StencilBufferAvailable stencilBufferAvailable, + Integration::PartialUpdateAvailable partialUpdateAvailable ); /** * Destructor @@ -121,11 +122,6 @@ public: void RecoverFromContextLoss(); /** - * @copydoc Dali::Integration::Core::SurfaceResized(Integration::RenderSurface*) - */ - void SurfaceResized( Integration::RenderSurface* surface ); - - /** * @copydoc Dali::Integration::Core::SurfaceDeleted(Integration::RenderSurface*) */ void SurfaceDeleted( Integration::RenderSurface* surface );