[Webkit-unassigned] [Bug 77586] [EFL] Add contentsSize flag into ewk_tiled_backing_store's private data.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 2 20:00:31 PST 2012


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


Andreas Kling <kling at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #125239|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #9 from Andreas Kling <kling at webkit.org>  2012-02-02 20:00:30 PST ---
(From update of attachment 125239)
View in context: https://bugs.webkit.org/attachment.cgi?id=125239&action=review

r=me

> Source/WebKit/efl/ChangeLog:9
> +        ewk_tiled_bakcing_store can not detect the conflict between them.

Typo, ewk_tiled_backing_store.

> Source/WebKit/efl/ewk/ewk_tiled_backing_store.cpp:1377
> +        if (priv->changed.contentsSize)
> +            priv->changed.contentsSize = false;

No need for the "if" here, you could just do priv->changed.contentsSize = false; unconditionally.

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