X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Feffects-view%2Feffects-view-impl.cpp;h=752f26806ae8779778fb98fb6a725b3820a1a7d4;hp=28ecd23817ec22379f4734ea1e5af2c817fe2993;hb=b1e8521ad77e7b4e62b59613b2edef64429130e9;hpb=ad110f27c01af7e617df158891eef5cf60bf22e6 diff --git a/dali-toolkit/internal/controls/effects-view/effects-view-impl.cpp b/dali-toolkit/internal/controls/effects-view/effects-view-impl.cpp index 28ecd23..752f268 100644 --- a/dali-toolkit/internal/controls/effects-view/effects-view-impl.cpp +++ b/dali-toolkit/internal/controls/effects-view/effects-view-impl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 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. @@ -21,7 +21,7 @@ // EXTERNAL INCLUDES #include #include -#include +#include #include #include #include @@ -288,7 +288,7 @@ void EffectsView::OnSizeSet(const Vector3& targetSize) Control::OnSizeSet( targetSize ); } -void EffectsView::OnStageConnection( int depth ) +void EffectsView::OnSceneConnection( int depth ) { Actor self( Self() ); @@ -303,10 +303,10 @@ void EffectsView::OnStageConnection( int depth ) Enable(); - Control::OnStageConnection( depth ); + Control::OnSceneConnection( depth ); } -void EffectsView::OnStageDisconnection() +void EffectsView::OnSceneDisconnection() { Actor self( Self() ); @@ -325,7 +325,7 @@ void EffectsView::OnStageDisconnection() self.RemoveRenderer( mRendererPostFilter ); mRendererPostFilter.Reset(); - Control::OnStageDisconnection(); + Control::OnSceneDisconnection(); } void EffectsView::OnChildAdd( Actor& child )