[Webkit-unassigned] [Bug 62688] [EFL] Functions needing Ewk_View_Private_Data as parameter are not part of public API.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 16 19:23:57 PDT 2011


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





--- Comment #13 from Ryuan Choi <ryuan.choi at samsung.com>  2011-06-16 19:23:57 PST ---
(In reply to comment #12)
> Created an attachment (id=97538)
 --> (https://bugs.webkit.org/attachment.cgi?id=97538&action=review) [details]
> Patch

I updated like lucas mentioned.

(In reply to comment #11)
> 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.

Right, I want refactoring them also.
But now they can't go into ewk_private.h and I need to check whether it should be moved or not.
I'll investigate them.

-- 
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