[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:06:09 PST 2012


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





--- Comment #10 from KwangHyuk <hyuki.kim at samsung.com>  2012-02-02 20:06:08 PST ---
(In reply to comment #9)
> (From update of attachment 125239 [details])
> 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.
> 

Thanks. :)

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

You are right.

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