Changeset 237946 in webkit


Ignore:
Timestamp:
Nov 7, 2018 3:02:37 PM (5 years ago)
Author:
Simon Fraser
Message:

Revert 237849: it breaks MotionMark
https://bugs.webkit.org/show_bug.cgi?id=191398

Reviewed by Simon Fraser.

Source/WebCore:

This change broke painting while the test is running.

  • rendering/RenderLayerCompositor.cpp:

(WebCore::RenderLayerCompositor::updateScrollCoordinatedStatus):

LayoutTests:

  • fast/scrolling/ios/update-scroll-coordinated-status-expected.txt: Removed.
  • fast/scrolling/ios/update-scroll-coordinated-status.html: Removed.
Location:
trunk
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r237942 r237946  
     12018-11-07  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Revert 237849: it breaks MotionMark
     4        https://bugs.webkit.org/show_bug.cgi?id=191398
     5
     6        Reviewed by Simon Fraser.
     7
     8        * fast/scrolling/ios/update-scroll-coordinated-status-expected.txt: Removed.
     9        * fast/scrolling/ios/update-scroll-coordinated-status.html: Removed.
     10
    1112018-11-07  Simon Fraser  <simon.fraser@apple.com>
    212
  • trunk/Source/WebCore/ChangeLog

    r237944 r237946  
     12018-11-07  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Revert 237849: it breaks MotionMark
     4        https://bugs.webkit.org/show_bug.cgi?id=191398
     5
     6        Reviewed by Simon Fraser.
     7
     8        This change broke painting while the test is running.
     9
     10        * rendering/RenderLayerCompositor.cpp:
     11        (WebCore::RenderLayerCompositor::updateScrollCoordinatedStatus):
     12
    1132018-11-07  Don Olmstead  <don.olmstead@sony.com>
    214
  • trunk/Source/WebCore/rendering/RenderLayerCompositor.cpp

    r237849 r237946  
    35453545        layer.backing()->setIsScrollCoordinatedWithViewportConstrainedRole(coordinationRoles.contains(ViewportConstrained));
    35463546
    3547     if (layer.backing() && layer.backing()->updateConfiguration())
    3548         setCompositingLayersNeedRebuild();
    3549 
    35503547    if (coordinationRoles && canCoordinateScrollingForLayer(layer)) {
    35513548        if (m_scrollCoordinatedLayers.add(&layer).isNewEntry)
Note: See TracChangeset for help on using the changeset viewer.