Enable Canvas2D based on Cairo GLES.
[platform/framework/web/webkit-efl.git] / Source / WebCore / platform / graphics / ImageBuffer.h
index e5ab467..d8da7d6 100644 (file)
@@ -160,13 +160,6 @@ namespace WebCore {
         // so that create() knows when it should return failure.
         ImageBuffer(const IntSize&, float resolutionScale, ColorSpace, RenderingMode, DeferralMode, bool& success);
 
-#if ENABLE(TIZEN_CANVAS_CAIRO_GLES_RENDERING)
-        bool setBindingTexture();
-
-        unsigned m_bindingTexID;
-        void* m_eglImage;
-#endif // ENABLE(TIZEN_CANVAS_CAIRO_GLES_RENDERING)
-
 #if ENABLE(TIZEN_CANVAS_CAIRO_GLES_RENDERING) || ENABLE(TIZEN_CANVAS_SURFACE_LOCKING)
         void initializeEGL();
         void destroy();