[3.0] Enable render notification after DALi renders (ecore Wayland) 17/71017/1 accepted/tizen/common/20160524.150510 submit/tizen/20160524.015112
authorminho.sun <minho.sun@samsung.com>
Wed, 18 May 2016 02:12:26 +0000 (11:12 +0900)
committerminho.sun <minho.sun@samsung.com>
Wed, 18 May 2016 02:12:33 +0000 (11:12 +0900)
This reverts commit eaa5ad52f5eb3b7669c9f86134c735f120090648.

Change-Id: Ia421f3c7cbf524f7d45c380d8853320940e09425

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

index 48cd10d..a093174 100644 (file)
@@ -216,6 +216,11 @@ 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)
   {