RESOLVED FIXED 60912
[GTK] [WebKit2] Provide a fast version of the backing store for X11
https://bugs.webkit.org/show_bug.cgi?id=60912
Summary [GTK] [WebKit2] Provide a fast version of the backing store for X11
Martin Robinson
Reported 2011-05-16 11:31:42 PDT
The WebKit2 backing store has slow scrolling behavior, since Cairo does not properly optimize copies between different areas of a surface. One solution for this problem would be to have a fast version of the backing store that knows how to invoke XCopyArea directly. The idea would be to put this backing store in WebCore so that it could be shared with WebKit1.
Attachments
Patch (16.82 KB, patch)
2011-05-16 11:56 PDT, Martin Robinson
no flags
Martin Robinson
Comment 1 2011-05-16 11:56:25 PDT
WebKit Commit Bot
Comment 2 2011-05-16 15:49:07 PDT
Comment on attachment 93680 [details] Patch Clearing flags on attachment: 93680 Committed r86620: <http://trac.webkit.org/changeset/86620>
WebKit Commit Bot
Comment 3 2011-05-16 15:49:12 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.