Removed GL and GL Sync implementations
[platform/core/uifw/dali-adaptor.git] / dali / internal / graphics / common / render-helper.h
index c2d6f25..3f694fc 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_INTERNAL_RENDER_HELPER_H
 
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 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.
@@ -30,11 +30,12 @@ class DisplayConnection;
 
 namespace Integration
 {
-class GlAbstraction;
+
 namespace Graphics
 {
 class Graphics;
 }
+
 }
 
 namespace Internal
@@ -147,14 +148,13 @@ private:
 
 private: // Data
 
-  Integration::GlAbstraction&       mGLES;                   ///< GL abstraction reference
   EglFactoryInterface*              mEglFactory;             ///< Factory class to create EGL implementation
   EglInterface*                     mEGL;                    ///< Interface to EGL implementation
   RenderSurface*                    mSurface;                ///< Current surface
   Dali::DisplayConnection*          mDisplayConnection;      ///< Display connection
   Integration::Graphics::Graphics&  mGraphics;
-  bool                              mSurfaceReplaced;        ///< True when new surface has been initialized.
-  bool                              mSurfaceResized;         ///< True when the surface is resized.
+  bool                          mSurfaceReplaced;        ///< True when new surface has been initialized.
+  bool                          mSurfaceResized;         ///< True when the surface is resized.
 };
 
 } // namespace Adaptor