Changeset 57623 in webkit


Ignore:
Timestamp:
Apr 14, 2010 6:06:44 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-14 Andreas Kling <andreas.kling@nokia.com>

Reviewed by Kenneth Rohde Christiansen.

[Qt] Rendering artifacts on Qt plugins when scrolling the page
https://bugs.webkit.org/show_bug.cgi?id=37152

Because we no longer repaint the entire viewport on scroll,
we must trigger a repaint of QtPluginWidgets when their geometry changes.

  • WebCoreSupport/FrameLoaderClientQt.cpp:
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/ChangeLog

    r57604 r57623  
     12010-04-14  Andreas Kling  <andreas.kling@nokia.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] Rendering artifacts on Qt plugins when scrolling the page
     6        https://bugs.webkit.org/show_bug.cgi?id=37152
     7
     8        Because we no longer repaint the entire viewport on scroll,
     9        we must trigger a repaint of QtPluginWidgets when their geometry changes.
     10
     11        * WebCoreSupport/FrameLoaderClientQt.cpp:
     12
    1132010-04-14  Aaron Boodman  <aa@chromium.org>
    214
  • trunk/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp

    r57469 r57623  
    12121212
    12131213        handleVisibility();
     1214
     1215        platformWidget()->update();
    12141216    }
    12151217
Note: See TracChangeset for help on using the changeset viewer.