X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fcore.h;h=f86611be7bdb6754eb0e5b812466096a52286ad6;hb=0adda602532f61db5b44eb2796f9a74d7a37b519;hp=493d684142bafe13537124bc3f95b93c2bf6ea61;hpb=4a040c357717b4b90c5c0d3184ba2bd3fd84f94d;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/core.h b/dali/integration-api/core.h index 493d684..f86611b 100755 --- a/dali/integration-api/core.h +++ b/dali/integration-api/core.h @@ -2,7 +2,7 @@ #define DALI_INTEGRATION_CORE_H /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,6 @@ #include #include #include -#include namespace Dali { @@ -226,9 +225,6 @@ public: * @param[in] glAbstraction The interface providing OpenGL services. * @param[in] glSyncAbstraction The interface providing OpenGL sync objects. * @param[in] glContextHelperAbstraction The interface providing OpenGL context helper objects. - * @param[in] policy The data retention policy. This depends on application setting - * and platform support. Dali should honour this policy when deciding to discard - * intermediate resource data. * @param[in] renderToFboEnabled Whether rendering into the Frame Buffer Object is enabled. * @param[in] depthBufferAvailable Whether the depth buffer is available * @param[in] stencilBufferAvailable Whether the stencil buffer is available @@ -240,7 +236,6 @@ public: GlAbstraction& glAbstraction, GlSyncAbstraction& glSyncAbstraction, GlContextHelperAbstraction& glContextHelperAbstraction, - ResourcePolicy::DataRetention policy, RenderToFrameBuffer renderToFboEnabled, DepthBufferAvailable depthBufferAvailable, StencilBufferAvailable stencilBufferAvailable,