Revert "[3.0] Enable render notification after DALi renders (ecore Wayland)" 16/72216/1
authorsuhyung Eom <suhyung.eom@samsung.com>
Tue, 31 May 2016 07:41:56 +0000 (16:41 +0900)
committersuhyung Eom <suhyung.eom@samsung.com>
Tue, 31 May 2016 07:42:20 +0000 (16:42 +0900)
This reverts commit 052e3ff12ac17b8307e55f77facdfbd668e6d9be.
Change-Id: Ida14959510ae3502b91c4436493032d7153b4dac

adaptors/ecore/wayland/window-render-surface-ecore-wl.cpp

index a093174..48cd10d 100644 (file)
@@ -216,11 +216,6 @@ void WindowRenderSurface::PostRender( EglInterface& egl, Integration::GlAbstract
   Internal::Adaptor::EglImplementation& eglImpl = static_cast<Internal::Adaptor::EglImplementation&>( egl );
   eglImpl.SwapBuffers();
 
-  if( mRenderNotification )
-  {
-    mRenderNotification->Trigger();
-  }
-
   // When the window is deiconified, it approves the deiconify operation to window manager after rendering
   if(mNeedToApproveDeiconify)
   {