X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fcore.cpp;h=30e1cba88b3ef343d42d9707c1578e90555fa857;hb=0a68c62785eaa442cfa213157431d6f2c9b37033;hp=d154574bbc8c6214bbce60467c1c3c0a98e0d576;hpb=922f1bb89b9a48f390f30b3e8fe3985547a68168;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/core.cpp b/dali/integration-api/core.cpp index d154574..30e1cba 100644 --- a/dali/integration-api/core.cpp +++ b/dali/integration-api/core.cpp @@ -1,5 +1,5 @@ /* - * 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. @@ -40,7 +40,6 @@ Core* Core::New( RenderController& renderController, GlAbstraction& glAbstraction, GlSyncAbstraction& glSyncAbstraction, GlContextHelperAbstraction& glContextHelperAbstraction, - ResourcePolicy::DataRetention policy, RenderToFrameBuffer renderToFboEnabled, DepthBufferAvailable depthBufferAvailable, StencilBufferAvailable stencilBufferAvailable ) @@ -51,7 +50,6 @@ Core* Core::New( RenderController& renderController, glAbstraction, glSyncAbstraction, glContextHelperAbstraction, - policy, renderToFboEnabled, depthBufferAvailable, stencilBufferAvailable );