X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fadaptor%2Fcommon%2Fadaptor.cpp;h=3915b685ae44a10db63cad80c81334793f8e7db2;hb=c12c1126016b3e49cf1237064f4b7ce5c302e0e4;hp=bb0881b8bca7a73f5d28255d5c7b38026c071c8f;hpb=b9f6cb965200299f015ccbf8da0c697b5f45eb45;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/adaptor/common/adaptor.cpp b/dali/internal/adaptor/common/adaptor.cpp index bb0881b..3915b68 100755 --- a/dali/internal/adaptor/common/adaptor.cpp +++ b/dali/internal/adaptor/common/adaptor.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. @@ -24,7 +24,7 @@ // INTERNAL INCLUDES #include #include -#include +#include #include #include #include @@ -131,11 +131,6 @@ void Adaptor::ReplaceSurface( Dali::Integration::SceneHolder window, Dali::Rende mImpl->ReplaceSurface( window, surface ); } -void Adaptor::DeleteSurface( Dali::RenderSurfaceInterface& surface ) -{ - mImpl->DeleteSurface( surface ); -} - Adaptor::AdaptorSignalType& Adaptor::ResizedSignal() { return mImpl->ResizedSignal();