X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Feffects-view%2Feffects-view-impl.cpp;h=752f26806ae8779778fb98fb6a725b3820a1a7d4;hb=d8a4571d975ae061fe32f1d098d07ccc94604729;hp=b7f6965bd5adcc819123c5ad1b3ad7e74bfca624;hpb=078278a2ea58db1f07114513bf21783eb689f63a;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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 b7f6965..752f268 100644 --- a/dali-toolkit/internal/controls/effects-view/effects-view-impl.cpp +++ b/dali-toolkit/internal/controls/effects-view/effects-view-impl.cpp @@ -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 )