Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal" 10/182310/1
authorminho.sun <minho.sun@samsung.com>
Fri, 22 Jun 2018 01:06:35 +0000 (10:06 +0900)
committerminho.sun <minho.sun@samsung.com>
Fri, 22 Jun 2018 01:06:36 +0000 (10:06 +0900)
This reverts commit c32984c54ee2b7b2d123acbcc9f48c62afc36fc7.

Change-Id: I2e73ee5c3fb493c51ca6c39a64858e15e4385dee

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

index e4d3677..20869d3 100755 (executable)
@@ -207,22 +207,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 75d5c49..32867bf 100644 (file)
@@ -128,11 +128,6 @@ private: // From Control
   void OnInitialize();
 
   /**
-   * @copydoc CustomActorImpl::OnStageConnection()
-   */
-  virtual void OnStageConnection( int depth );
-
-  /**
    * @copydoc Toolkit::Control::GetNaturalSize
    */
   virtual Vector3 GetNaturalSize();