Revert "[Tizen] Add screen and client rotation itself function"
[platform/core/uifw/dali-adaptor.git] / dali / integration-api / native-render-surface.h
index bbd5e9b..4728bcb 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_NATIVE_RENDER_SURFACE_H__
-#define __DALI_NATIVE_RENDER_SURFACE_H__
+#ifndef DALI_NATIVE_RENDER_SURFACE_H
+#define DALI_NATIVE_RENDER_SURFACE_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.
 
 // INTERNAL INCLUDES
 #include <dali/public-api/dali-adaptor-common.h>
+
 #ifdef DALI_ADAPTOR_COMPILATION
-#include <dali/integration-api/egl-interface.h>
-#include <dali/integration-api/render-surface.h>
+#include <dali/integration-api/render-surface-interface.h>
 #else
-#include <dali/integration-api/adaptors/egl-interface.h>
-#include <dali/integration-api/adaptors/render-surface.h>
+#include <dali/integration-api/adaptors/render-surface-interface.h>
 #endif
 
 namespace Dali
@@ -36,7 +35,7 @@ class TriggerEventInterface;
 /**
  * Native interface of render surface.
  */
-class DALI_ADAPTOR_API NativeRenderSurface : public Dali::RenderSurface
+class DALI_ADAPTOR_API NativeRenderSurface : public Dali::RenderSurfaceInterface
 {
 public:
 
@@ -94,4 +93,4 @@ protected:
 
 } // namespace Dali
 
-#endif // __DALI_NATIVE_RENDER_SURFACE_H__
+#endif // DALI_NATIVE_RENDER_SURFACE_H