From 06cf40aa46d2c142deb66692347251f1526b7f3e Mon Sep 17 00:00:00 2001 From: "Jinho, Lee" Date: Thu, 28 Sep 2017 13:35:40 +0900 Subject: [PATCH] Revert "[4.0] Call RequestUpdateOnce after pause callback" This reverts commit e33f884b6b613033d8a4fd270a33c9d444933061. Change-Id: Ie7832feadd2dcfe3b753f17222ef336bf434fdab --- 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 79228f2..09cc801 100644 --- a/adaptors/common/adaptor-impl.cpp +++ b/adaptors/common/adaptor-impl.cpp @@ -304,9 +304,6 @@ void Adaptor::Pause() mThreadController->Pause(); mCore->Suspend(); mState = PAUSED; - - // Process remained events and rendering in the update thread - RequestUpdateOnce(); } } -- 2.7.4