From 1eec958ec2ffe4048afa5d73d5c63969929b447f Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Tue, 14 Nov 2017 12:13:18 +0900 Subject: [PATCH] Revert "[4.0] Call RequestUpdateOnce after pause callback" This reverts commit 6cb34e0254f7681304b976e651f2602e2768ba5e. Change-Id: Ie219c0e164e81549810bca92e7ffda6be092e395 --- adaptors/common/adaptor-impl.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/adaptors/common/adaptor-impl.cpp b/adaptors/common/adaptor-impl.cpp index 0c7c4e4..b5e1044 100644 --- a/adaptors/common/adaptor-impl.cpp +++ b/adaptors/common/adaptor-impl.cpp @@ -310,9 +310,6 @@ void Adaptor::Pause() mThreadController->Pause(); mState = PAUSED; - - // Process remained events and rendering in the update thread - RequestUpdateOnce(); } } -- 2.7.4