The number of visible tiles on viewport does not seem to be calculated properly because of calculation fault. As a result, unpainted area sometimes appears in viewport when ewk_view is an instance of tiled view.
Created attachment 112175 [details] Patch.
To get a floating point number, any op
at least one of operatee should be a float number.
Comment on attachment 112175 [details] Patch. LGTM, but the ChangeLog message looks confusing (your comments in the bug report help explain the fix, but it is still not clear to me what effects this bug was causing).
> LGTM, but the ChangeLog message looks confusing (your comments in the bug report help explain the fix, but it is still not clear to me what effects this bug was causing). Ok, Thank you for your comment. :-) I will add more detail description for the patch.
Created attachment 112430 [details] patch.
Comment on attachment 112430 [details] patch. View in context: https://bugs.webkit.org/attachment.cgi?id=112430&action=review > Source/WebKit/efl/ChangeLog:8 > + Cast one of operatess to float type when ewk_tiled_backing_store calculate tiles list on viewport. operatess ?
Created attachment 112432 [details] Patch.
Created attachment 112433 [details] patch.
Created attachment 112434 [details] patch.
Created attachment 112437 [details] Patch.
Comment on attachment 112437 [details] Patch. Clearing flags on attachment: 112437 Committed r98424: <http://trac.webkit.org/changeset/98424>
All reviewed patches have been landed. Closing bug.