[webkit-reviews] review requested: [Bug 45029] [Gtk] scrolling artifacts : [Attachment 76760] Patch to call gdk_window_process_updates() when scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 16 05:45:46 PST 2010


Carlos Garcia Campos <cgarcia at igalia.com> has asked  for review:
Bug 45029: [Gtk] scrolling artifacts
https://bugs.webkit.org/show_bug.cgi?id=45029

Attachment 76760: Patch to call gdk_window_process_updates() when scrolling
https://bugs.webkit.org/attachment.cgi?id=76760&action=review

------- Additional Comments from Carlos Garcia Campos <cgarcia at igalia.com>
Yes, calling gdk_window_process_updates() fixed the artifacts for me. Maybe
there are other performance issues to fix, but we should definitely call
gdk_window_process_updates() right after moving the window when scrolling, it's
what all gtk widgets that implement scrollable interface do, see GtkLayout,
GtkViewPort, GtkTextView, etc.


More information about the webkit-reviews mailing list