[Webkit-unassigned] [Bug 62688] [EFL] Functions including Ewk_View_Private_Data should not an API.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 16 17:57:04 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62688





--- Comment #11 from KwangHyuk <hyuki.kim at samsung.com>  2011-06-16 17:57:03 PST ---
In fact, there are three more apis which are using private data as parameter of theirs.

EAPI Ewk_View_Paint_Context *ewk_view_paint_context_new(Ewk_View_Private_Data *priv, cairo_t *cr);
EAPI Eina_Bool ewk_view_paint(Ewk_View_Private_Data *priv, cairo_t *cr, const Eina_Rectangle *area);
EAPI Eina_Bool ewk_view_paint_contents(Ewk_View_Private_Data *priv, cairo_t *cr, const Eina_Rectangle *area);

I hope that you can consider them too.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list