Changeset 60041 in webkit


Ignore:
Timestamp:
May 23, 2010 5:10:12 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-05-23 Noam Rosenthal <noam.rosenthal@nokia.com>

Reviewed by Kenneth Rohde Christiansen.

[Qt] GraphicsLayer: The rocket animation doesn't scroll together with the page
https://bugs.webkit.org/show_bug.cgi?id=39517

A previous fix to this issue was overridden by the PageClientQt refactor. Reapplying.

  • WebCoreSupport/PageClientQt.cpp: (WebCore::PageClientQGraphicsWidget::update):
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/ChangeLog

    r60030 r60041  
     12010-05-23  Noam Rosenthal  <noam.rosenthal@nokia.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] GraphicsLayer: The rocket animation doesn't scroll together with the page
     6        https://bugs.webkit.org/show_bug.cgi?id=39517
     7
     8        A previous fix to this issue was overridden by the PageClientQt refactor. Reapplying.
     9
     10        * WebCoreSupport/PageClientQt.cpp:
     11        (WebCore::PageClientQGraphicsWidget::update):
     12
    1132010-05-23  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
    214
  • trunk/WebKit/qt/WebCoreSupport/PageClientQt.cpp

    r59765 r60041  
    133133#if USE(ACCELERATED_COMPOSITING)
    134134    syncLayers();
     135    // This might be a slow-scroll. We ensure that the compositing layers are in the right position.
     136    updateCompositingScrollPosition();
    135137#endif
    136138}
Note: See TracChangeset for help on using the changeset viewer.