[Webkit-unassigned] [Bug 76165] [EFL] Add visible field into ewk_tiled_backing_store's data.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 16 05:26:54 PST 2012


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





--- Comment #9 from Raphael Kubo da Costa <kubo at profusion.mobi>  2012-01-16 05:26:54 PST ---
(In reply to comment #8)
> I have also checked the return value as follows.
> 
> static void _ewk_tiled_backing_store_smart_show(Evas_Object* ewkBackingStore)
> {
>     printf("visible =  %d in \n",evas_object_visible_get(ewkBackingStore));
>     ewk_tiled_backing_store_enable_render(ewkBackingStore);
>     _parent_sc.show(ewkBackingStore);
>     printf("visible =  %d out \n",evas_object_visible_get(ewkBackingStore));
> }

Hmm, the problem is that this is called from evas_object_show() before it sets its own `cur.visible' to 1. If these functions which have been patched are indeed called from the smart_show function, the flag added by the patch is probably needed. Thanks for the details.

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