Revert "[3.0] Enable render notification after DALi renders (ecore Wayland)" 09/71009/1
authorminho.sun <minho.sun@samsung.com>
Wed, 18 May 2016 02:10:34 +0000 (11:10 +0900)
committerminho.sun <minho.sun@samsung.com>
Wed, 18 May 2016 02:10:40 +0000 (11:10 +0900)
This reverts commit 567921dc8a8f1354d4d5f58e0be027bc9f35635e.

Change-Id: I18ac12d60279af658f97003b407afb0ffbd75175

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)
   {