[4.0] Fix initialization issue
[platform/core/uifw/dali-adaptor.git] / adaptors / tizen / native-image-source-impl-tizen.h
index 6d72fb8..aa81ad4 100644 (file)
@@ -36,6 +36,7 @@ namespace Internal
 namespace Adaptor
 {
 
+class EglFactory;
 class EglImageExtensions;
 
 /**
@@ -191,6 +192,7 @@ private:
   bool mBlendingRequired;                      ///< Whether blending is required
   Dali::NativeImageSource::ColorDepth mColorDepth;  ///< color depth of image
   void* mEglImageKHR;                         ///< From EGL extension
+  EglFactory* mEglFactory;                    ///< EGL Factory
   EglImageExtensions* mEglImageExtensions;    ///< The EGL Image Extensions
   bool mSetSource;
   void *mNotification;