Remove RenderSurface from Core
[platform/core/uifw/dali-adaptor.git] / dali / internal / graphics / gles / egl-context-helper-implementation.h
index ecdd772..ef38426 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_INTERNAL_ADAPTOR_EGL_CONTEXT_HELPER_IMPLEMENTATION_H
 
 /*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 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.
@@ -18,8 +18,8 @@
  *
  */
 
+#include <dali/internal/graphics/common/egl-include.h>
 // EXTERNAL INCLUDES
-#include <EGL/egl.h>
 #include <dali/integration-api/gl-context-helper-abstraction.h>
 
 // INTERNAL INCLUDES
@@ -69,11 +69,6 @@ public:
   virtual void MakeSurfacelessContextCurrent() override;
 
   /**
-   * @copydoc Dali::Integration::GlContextHelperAbstraction::MakeContextCurrent()
-   */
-  virtual void MakeContextCurrent( Integration::RenderSurface* surface ) override;
-
-  /**
    * @copydoc Dali::Integration::GlContextHelperAbstraction::MakeContextNull()
    */
   virtual void MakeContextNull() override;