[Webkit-unassigned] [Bug 78669] [EFL] Check the tile's zoom factor before rendering.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 20 05:46:30 PST 2012


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


KwangHyuk <hyuki.kim at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyuki.kim at samsung.com




--- Comment #7 from KwangHyuk <hyuki.kim at samsung.com>  2012-02-20 05:46:29 PST ---
> Source/WebKit/efl/ewk/ewk_tiled_backing_store.cpp:609
> +    if (priv->view.tile.zoom != tile->zoom || priv->view.tile.width != tile->width || priv->view.tile.height != tile->height)

For the patch, it might be started from assumption. so, I would like to see the test scenario or clue about issue ?
On the other hand, I suggest you to check whether you can remove "priv->view.tile.width != tile->width || priv->view.tile.height != tile->height" because there was no api to change tile size at runtime.

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