Changeset 74196 in webkit


Ignore:
Timestamp:
Dec 16, 2010 9:50:20 AM (13 years ago)
Author:
Martin Robinson
Message:

2010-12-16 Carlos Garcia Campos <cgarcia@igalia.com>

Reviewed by Martin Robinson.

[Gtk] scrolling artifacts
https://bugs.webkit.org/show_bug.cgi?id=45029

Call gdk_window_process_updates() right after moving the window
when scrolling.

  • WebCoreSupport/ChromeClientGtk.cpp: (WebKit::ChromeClient::scroll):
Location:
trunk/WebKit/gtk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/gtk/ChangeLog

    r74124 r74196  
     12010-12-16  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Reviewed by Martin Robinson.
     4
     5        [Gtk] scrolling artifacts
     6        https://bugs.webkit.org/show_bug.cgi?id=45029
     7
     8        Call gdk_window_process_updates() right after moving the window
     9        when scrolling.
     10
     11        * WebCoreSupport/ChromeClientGtk.cpp:
     12        (WebKit::ChromeClient::scroll):
     13
    1142010-12-15  Sheriff Bot  <webkit.review.bot@gmail.com>
    215
  • trunk/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp

    r73855 r74196  
    419419#endif
    420420
     421    gdk_window_process_updates(window, TRUE);
    421422}
    422423
Note: See TracChangeset for help on using the changeset viewer.