Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal" 52/132652/1
authorminho.sun <minho.sun@samsung.com>
Wed, 7 Jun 2017 03:08:14 +0000 (12:08 +0900)
committerminho.sun <minho.sun@samsung.com>
Wed, 7 Jun 2017 03:08:18 +0000 (12:08 +0900)
This reverts commit f3e7e9a264faa49607758b5221c05dac72f7d231.

Change-Id: I1039fb5be3c1835b41b522e2a73803651b9a0ba7

dali-toolkit/internal/controls/image-view/image-view-impl.cpp
dali-toolkit/internal/controls/image-view/image-view-impl.h

index b729f96..65e043e 100644 (file)
@@ -156,22 +156,6 @@ void ImageView::SetDepthIndex( int depthIndex )
   }
 }
 
-void ImageView::OnStageConnection( int depth )
-{
-  if( mImage )
-  {
-    mImage.UploadedSignal().Emit( mImage );
-  }
-
-  Dali::ResourceImage resourceImage = Dali::ResourceImage::DownCast( mImage );
-  if( resourceImage )
-  {
-    resourceImage.LoadingFinishedSignal().Emit( resourceImage );
-  }
-
-  Control::OnStageConnection( depth ); // Enabled visuals will be put on stage
-}
-
 Vector3 ImageView::GetNaturalSize()
 {
   if( mVisual )
index 22b91bf..ac76e78 100644 (file)
@@ -123,11 +123,6 @@ public:
 private: // From Control
 
   /**
-   * @copydoc CustomActorImpl::OnStageConnection()
-   */
-  virtual void OnStageConnection( int depth );
-
-  /**
    * @copydoc Toolkit::Control::GetNaturalSize
    */
   virtual Vector3 GetNaturalSize();