Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal" 78/141678/1
authorminho.sun <minho.sun@samsung.com>
Tue, 1 Aug 2017 01:08:55 +0000 (10:08 +0900)
committerminho.sun <minho.sun@samsung.com>
Tue, 1 Aug 2017 01:08:58 +0000 (10:08 +0900)
This reverts commit 692cde5837c59ec4e00c1b4ded3f521eb9940e87.

Change-Id: Ie4d93b0ddefa3c3f6a0ec8bcdab18dbb0034cd2e

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

index fabcf19..7934109 100644 (file)
@@ -174,22 +174,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 739876a..dc449e9 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();