X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fsuper-blur-view%2Fsuper-blur-view-impl.cpp;h=6ed846fe92925b93d19f4a2e302a778c21adc014;hp=f65f88c9dea2320b072ba0c8a8a4e2c9206440b7;hb=b1e8521ad77e7b4e62b59613b2edef64429130e9;hpb=946461ac1b49e996d9155c95130ec5aa1b08f77d diff --git a/dali-toolkit/internal/controls/super-blur-view/super-blur-view-impl.cpp b/dali-toolkit/internal/controls/super-blur-view/super-blur-view-impl.cpp index f65f88c..6ed846f 100644 --- a/dali-toolkit/internal/controls/super-blur-view/super-blur-view-impl.cpp +++ b/dali-toolkit/internal/controls/super-blur-view/super-blur-view-impl.cpp @@ -294,15 +294,15 @@ void SuperBlurView::OnSizeSet( const Vector3& targetSize ) Control::OnSizeSet( targetSize ); } -void SuperBlurView::OnStageConnection( int depth ) +void SuperBlurView::OnSceneConnection( int depth ) { if( mTargetSize == Vector2::ZERO ) { return; } - // Exception to the rule, chaining up first ensures visuals have SetOnStage called to create their renderers - Control::OnStageConnection( depth ); + // Exception to the rule, chaining up first ensures visuals have SetOnScene called to create their renderers + Control::OnSceneConnection( depth ); Actor self = Self(); @@ -334,7 +334,7 @@ void SuperBlurView::OnStageConnection( int depth ) } } -void SuperBlurView::OnStageDisconnection() +void SuperBlurView::OnSceneDisconnection() { for(unsigned int i=0; i