[4.0] Fix initialization issue
[platform/core/uifw/dali-adaptor.git] / adaptors / tizen / native-image-source-queue-impl-tizen.h
index 4f9ff6d..28f77cd 100755 (executable)
@@ -36,6 +36,7 @@ namespace Internal
 namespace Adaptor
 {
 
+class EglFactory;
 class EglImageExtensions;
 
 /**
@@ -171,6 +172,7 @@ private:
   tbm_surface_queue_h              mTbmQueue;             ///< Tbm surface queue handle
   tbm_surface_h                    mConsumeSurface;       ///< The current tbm surface
   std::vector< EglImagePair >      mEglImages;            ///< EGL Image vector
+  EglFactory*                      mEglFactory;           ///< EGL Factory
   EglImageExtensions*              mEglImageExtensions;   ///< The EGL Image Extensions
   bool                             mOwnTbmQueue;          ///< Whether we created tbm queue
   bool                             mBlendingRequired;     ///< Whether blending is required