Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal" 32/179432/1
authorHeeyong Song <heeyong.song@samsung.com>
Fri, 18 May 2018 01:06:04 +0000 (10:06 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Fri, 18 May 2018 01:06:07 +0000 (10:06 +0900)
This reverts commit bcc8ea47b1cc8f9fce1defda3446ab54c41e77eb.

Change-Id: Ifc2a966a1cc9c00cf70148c26d0c506d1282199f

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

index 8bfa80d..9af610b 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();