From 3d3d02586a1bbc035075e542892f82740b33e1fb Mon Sep 17 00:00:00 2001 From: "khee85.lee" Date: Fri, 13 Sep 2013 19:46:44 +0900 Subject: [PATCH] Fix TRT(temp) Change-Id: Iea3ccacfdfa003dd865eb6cb97933dd31de5467e --- src/ui/animations/FUiAnim_VisualElementSurfaceImpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/animations/FUiAnim_VisualElementSurfaceImpl.cpp b/src/ui/animations/FUiAnim_VisualElementSurfaceImpl.cpp index b86fb83..c8c7122 100644 --- a/src/ui/animations/FUiAnim_VisualElementSurfaceImpl.cpp +++ b/src/ui/animations/FUiAnim_VisualElementSurfaceImpl.cpp @@ -74,8 +74,8 @@ _VisualElementSurfaceImpl::CreateSurfaceUsingExistingObjectN(const DisplayContex unique_ptr<_EflVisualElementSurfaceImpl> pImpl(new (std::nothrow) _EflVisualElementSurfaceImpl(reinterpret_cast(pLayer), handle, size)); SysTryReturn(NID_UI_ANIM, pImpl, null, E_INVALID_ARG, "[E_INVALID_ARG] Invalid argument(s) is used. The handle is invalid."); - result r = GetLastResult(); - SysTryReturn(NID_UI_ANIM, r == E_SUCCESS, null, r, "[%s] Propagating.", GetErrorMessage(r)); +// result r = GetLastResult(); +// SysTryReturn(NID_UI_ANIM, r == E_SUCCESS, null, r, "[%s] Propagating.", GetErrorMessage(r)); pSurface->__pVisualElementSurfaceImpl = pImpl.release(); -- 2.7.4