From 43235b18c881038f256cc7ebdbaa13d0930122c6 Mon Sep 17 00:00:00 2001 From: Jiyun Yang Date: Mon, 25 Mar 2019 14:17:53 +0900 Subject: [PATCH] Revert "[Tizen] Fix the build error" This reverts commit 2cfd6a0b3d2661317a51c984ed9c4122bd0fbad4. --- dali/internal/window-system/common/window-impl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dali/internal/window-system/common/window-impl.cpp b/dali/internal/window-system/common/window-impl.cpp index 4678b93..5355f16 100644 --- a/dali/internal/window-system/common/window-impl.cpp +++ b/dali/internal/window-system/common/window-impl.cpp @@ -139,6 +139,8 @@ void Window::SetAdaptor(Dali::Adaptor& adaptor) { mOrientation->SetAdaptor(adaptor); } + + mSurface->SetAdaptor( *mAdaptor ); } WindowRenderSurface* Window::GetSurface() -- 2.7.4