Rename OnStage signals and related internal changes
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / model3d-view / model3d-view-impl.cpp
index 467783c..a4f927a 100644 (file)
@@ -424,7 +424,7 @@ Property::Value Model3dView::GetProperty( BaseObject* object, Property::Index in
 /////////////////////////////////////////////////////////////
 
 
-void Model3dView::OnStageConnection( int depth )
+void Model3dView::OnSceneConnection( int depth )
 {
   CustomActor self = Self();
   self.AddRenderer( mRenderer );
@@ -446,7 +446,7 @@ void Model3dView::OnStageConnection( int depth )
     constraint.Apply();
   }
 
-  Control::OnStageConnection( depth );
+  Control::OnSceneConnection( depth );
 }
 
 ///////////////////////////////////////////////////////////