X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fgraphics%2Fcommon%2Frender-helper.h;h=c2d6f25b5eddbc5c3b19d342418f3ebec3e491a0;hb=1867451a630743859b583e5f38a1b85a241311b2;hp=641a0cb202b4ed4ed75392db29012b8b1b9aa993;hpb=b3367e8e1b60e7edf1b40b09e71a05ba32313818;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/graphics/common/render-helper.h b/dali/internal/graphics/common/render-helper.h index 641a0cb..c2d6f25 100644 --- a/dali/internal/graphics/common/render-helper.h +++ b/dali/internal/graphics/common/render-helper.h @@ -31,6 +31,10 @@ class DisplayConnection; namespace Integration { class GlAbstraction; +namespace Graphics +{ +class Graphics; +} } namespace Internal @@ -143,13 +147,14 @@ 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 - bool mSurfaceReplaced; ///< True when new surface has been initialized. - bool mSurfaceResized; ///< True when the surface is resized. + 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. }; } // namespace Adaptor