From eaa5ad52f5eb3b7669c9f86134c735f120090648 Mon Sep 17 00:00:00 2001 From: "minho.sun" Date: Wed, 18 May 2016 11:10:34 +0900 Subject: [PATCH] Revert "[3.0] Enable render notification after DALi renders (ecore Wayland)" This reverts commit 567921dc8a8f1354d4d5f58e0be027bc9f35635e. Change-Id: I18ac12d60279af658f97003b407afb0ffbd75175 --- adaptors/ecore/wayland/window-render-surface-ecore-wl.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/adaptors/ecore/wayland/window-render-surface-ecore-wl.cpp b/adaptors/ecore/wayland/window-render-surface-ecore-wl.cpp index a093174..48cd10d 100644 --- a/adaptors/ecore/wayland/window-render-surface-ecore-wl.cpp +++ b/adaptors/ecore/wayland/window-render-surface-ecore-wl.cpp @@ -216,11 +216,6 @@ void WindowRenderSurface::PostRender( EglInterface& egl, Integration::GlAbstract Internal::Adaptor::EglImplementation& eglImpl = static_cast( egl ); eglImpl.SwapBuffers(); - if( mRenderNotification ) - { - mRenderNotification->Trigger(); - } - // When the window is deiconified, it approves the deiconify operation to window manager after rendering if(mNeedToApproveDeiconify) { -- 2.7.4