Fix wrong method declaration 45/201645/1
authorJiyun Yang <ji.yang@samsung.com>
Mon, 18 Mar 2019 08:23:46 +0000 (17:23 +0900)
committerJiyun Yang <ji.yang@samsung.com>
Mon, 18 Mar 2019 10:32:57 +0000 (19:32 +0900)
Declaration of CreateNativeSurface() was not match to its implementation

Change-Id: I7241db3eebf45934dadca0f18140452804882251
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
dali/integration-api/native-render-surface-factory.h

index 582e08f..18768c5 100755 (executable)
@@ -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