_ewk_tiled_backing_store_item_process_idler_cb() doesn't need to call ewk_tile_matrix_updates_process() since this was done by repaint_process when invalidate reqeuest is occurred. Pre-render better to focus on pre-render itself.
Created attachment 97760 [details] propose simple patch
Comment on attachment 97760 [details] propose simple patch LGTM.
Comment on attachment 97760 [details] propose simple patch Rejecting attachment 97760 [details] from commit-queue. Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=ec2-cq-01', '--port..." exit_code: 2 Last 500 characters of output: 7689c74f450e39df6c40ece443dda35d1d973df3 r89803 = 159d9a926c6dcd366b0642ba5594a04438c76c3f Done rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc First, rewinding head to replay your work on top of it... Fast-forwarded master to refs/remotes/origin/master. Updating chromium port dependencies using gclient... ________ running '/usr/bin/python gyp_webkit' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium' Updating webkit projects from gyp files... Full output: http://queues.webkit.org/results/8949170
Created attachment 98681 [details] patch with newest file
(In reply to comment #4) > Created an attachment (id=98681) [details] > patch with newest file Do you make your patch based on latest WebKit ?
>Do you make your patch based on latest WebKit ? yes, I did.
Comment on attachment 98681 [details] patch with newest file Clearing flags on attachment: 98681 Committed r89809: <http://trac.webkit.org/changeset/89809>