Remove RenderSurface from Core
[platform/core/uifw/dali-adaptor.git] / dali / internal / window-system / windows / display-connection-impl-win.cpp
index c8d7e90..59babb4 100755 (executable)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (c) 2018 Samsung Electronics Co., Ltd.\r
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -85,9 +85,9 @@ bool DisplayConnectionWin::InitializeGraphics()
   return true;\r
 }\r
 \r
-void DisplayConnectionWin::SetSurfaceType( Dali::Integration::RenderSurface::Type type )\r
+void DisplayConnectionWin::SetSurfaceType( Dali::RenderSurfaceInterface::Type type )\r
 {\r
-  if( type == Dali::Integration::RenderSurface::WINDOW_RENDER_SURFACE )\r
+  if( type == Dali::RenderSurfaceInterface::WINDOW_RENDER_SURFACE )\r
   {\r
      mDisplay = GetDC( GetForegroundWindow() );\r
   }\r