[Webkit-unassigned] [Bug 76023] Update and show ewk_view with updated webpage.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 11 23:47:05 PST 2012


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


Ryuan Choi <ryuan.choi at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ryuan.choi at samsung.com




--- Comment #5 from Ryuan Choi <ryuan.choi at samsung.com>  2012-01-11 23:47:05 PST ---
> > > Source/WebKit2/UIProcess/API/efl/ewk_private.h:32
> > > +Eina_Bool ewk_view_display(Evas_Object* ewkView, const WebCore::IntRect& rect);
> > > +Eina_Bool ewk_view_image_data_set(Evas_Object* ewkView, void* imageData, const WebCore::IntSize& size);
> > 
> > Should we return Eina_Bool?
> => No, because those APIs are internal private API. so, I've changed Eina_Bool to bool type.

IMO, void looks enough.

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