X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fcommon%2Fscene-impl.h;h=c431feef391409fae74b2aa501e96629412799e6;hb=4d52001a31f7b819044c781bbe9d1e4065fc9182;hp=cda29a234bcd719f5c00726dce0e1cceb0fc1465;hpb=240fbf98d20a5e2537c4664b25749e5e0f8a22cc;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/common/scene-impl.h b/dali/internal/event/common/scene-impl.h index cda29a2..c431fee 100644 --- a/dali/internal/event/common/scene-impl.h +++ b/dali/internal/event/common/scene-impl.h @@ -2,7 +2,7 @@ #define DALI_INTERNAL_SCENE_H /* - * Copyright (c) 2022 Samsung Electronics Co., Ltd. + * Copyright (c) 2023 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. @@ -133,6 +133,11 @@ public: void SurfaceReplaced(); /** + * @copydoc Dali::Integration::Scene::RemoveSceneObject + */ + void RemoveSceneObject(); + + /** * @copydoc Dali::Integration::Scene::Discard */ void Discard();