Separating integration-devel from devel package for 2nd party to use adaptor #2 ...
[platform/core/uifw/dali-adaptor.git] / adaptors / tv / tv-render-surface-factory.cpp
index 2770ed7..802810f 100644 (file)
 namespace Dali
 {
 
-namespace Internal
-{
-
-namespace Adaptor
-{
-
 namespace ECore
 {
 
-DALI_EXPORT_API RenderSurface* CreatePixmapSurface(
+DALI_EXPORT_API PixmapRenderSurface* CreatePixmapSurface(
   PositionSize       positionSize,
   Any                surface,
-  Any                display,
   const std::string& name,
   bool               isTransparent )
 {
-  return new PixmapRenderSurface( positionSize, surface, display, name, isTransparent );
+  return new PixmapRenderSurface( positionSize, surface, name, isTransparent );
 }
 
 } // namespace ECoreX
 
-} // namespace Adaptor
-
-} // namespace Internal
-
 } // namespace Dali