From 375eb107b773e2e858036c027d69b636effee13a Mon Sep 17 00:00:00 2001 From: "dongsug.song" Date: Tue, 15 Nov 2016 09:12:25 +0900 Subject: [PATCH] Revert "[3.0] Fixed lock up issue when EvasPlugin is resized" This reverts commit d8fe31912a347a082cb1a419f25ead4d75f82bdb. Change-Id: I3a765450ff2ff144ef199ecc0f0584b0ff6b3ea7 --- adaptors/tizen/native-render-surface-tizen.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/adaptors/tizen/native-render-surface-tizen.cpp b/adaptors/tizen/native-render-surface-tizen.cpp index 0c9447411..3799b0e00 100644 --- a/adaptors/tizen/native-render-surface-tizen.cpp +++ b/adaptors/tizen/native-render-surface-tizen.cpp @@ -186,11 +186,6 @@ void NativeRenderSurface::PostRender( EglInterface& egl, Integration::GlAbstract Internal::Adaptor::EglImplementation& eglImpl = static_cast( egl ); eglImpl.SwapBuffers(); - if( mImpl->mThreadSynchronization ) - { - mImpl->mThreadSynchronization->PostRenderStarted(); - } - { ConditionalWait::ScopedLock lock( mImpl->mTbmSurfaceCondition ); @@ -211,11 +206,6 @@ void NativeRenderSurface::PostRender( EglInterface& egl, Integration::GlAbstract // Tell the event-thread to render the tbm_surface mImpl->mRenderNotification->Trigger(); } - - if( mImpl->mThreadSynchronization ) - { - mImpl->mThreadSynchronization->PostRenderWaitForCompletion(); - } } void NativeRenderSurface::StopRender() -- 2.34.1