[Tizen] SceneHolder sets background color through the Scene to send an information...
[platform/core/uifw/dali-adaptor.git] / dali / integration-api / native-render-surface-factory.h
old mode 100644 (file)
new mode 100755 (executable)
index 582e08f..17990e4
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTEGRATION_NATIVE_RENDER_SURFACE_FACTORY_H__
-#define __DALI_INTEGRATION_NATIVE_RENDER_SURFACE_FACTORY_H__
+#ifndef DALI_INTEGRATION_NATIVE_RENDER_SURFACE_FACTORY_H
+#define DALI_INTEGRATION_NATIVE_RENDER_SURFACE_FACTORY_H
 
 /*
- * Copyright (c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -34,13 +34,11 @@ 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
 
-#endif // __DALI_INTEGRATION_NATIVE_RENDER_SURFACE_FACTORY_H__
+#endif // DALI_INTEGRATION_NATIVE_RENDER_SURFACE_FACTORY_H