[Webkit-unassigned] [Bug 71791] [EFL] Add show and hide control for ewk tiled backing store.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 16 02:31:31 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=71791
--- Comment #12 from Grzegorz <g.czajkowski at samsung.com> 2011-11-16 02:31:30 PST ---
View in context: https://bugs.webkit.org/attachment.cgi?id=115344&action=review
> Source/WebKit/efl/ewk/ewk_tiled_backing_store.cpp:415
> + return false;
I am wondering if we really have to return false in this case. The function tends to return false only in case of failures like:
if (!tile)
return false;
In case of:
else if (old->row == currentRow && old->col == currentColumn && old->zoom == zoom)
goto end; // true is returned
I would rather hear specialists of backing store about this.
--
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