Delete EglGraphics and shutdown EGL
[platform/core/uifw/dali-adaptor-legacy.git] / dali / internal / graphics / common / graphics-interface.h
index 5e80ef7..93c1b2f 100644 (file)
@@ -48,6 +48,11 @@ public:
   };
 
   /**
+   * Destructor
+   */
+  virtual ~GraphicsInterface() {}
+
+  /**
    * Initialize the graphics interface
    * @param[in]  environmentOptions  The environment options.
    */
@@ -76,12 +81,6 @@ public:
     return mStencilBufferRequired;
   };
 
-protected:
-  /**
-   * Virtual protected destructor - no deletion through this interface
-   */
-  virtual ~GraphicsInterface() {};
-
 
 protected: