From 3d1ada2d0c5f82e802ad358fa3d9c444ac881fda Mon Sep 17 00:00:00 2001 From: Jiyun Yang Date: Mon, 18 Mar 2019 17:23:46 +0900 Subject: [PATCH] Fix wrong method declaration Declaration of CreateNativeSurface() was not match to its implementation Change-Id: I7241db3eebf45934dadca0f18140452804882251 Signed-off-by: Jiyun Yang --- dali/integration-api/native-render-surface-factory.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/dali/integration-api/native-render-surface-factory.h b/dali/integration-api/native-render-surface-factory.h index 582e08f..18768c5 100755 --- a/dali/integration-api/native-render-surface-factory.h +++ b/dali/integration-api/native-render-surface-factory.h @@ -34,11 +34,9 @@ class NativeRenderSurface; * A native surface is created. * * @param [in] positionSize the position and size of the surface to create - * @param [in] name Name of surface passed in * @param [in] isTransparent Whether the surface has an alpha channel */ NativeRenderSurface* CreateNativeSurface( PositionSize positionSize, - const std::string& name, bool isTransparent ); } // namespace Dali -- 2.7.4