Changeset 245420 in webkit
- Timestamp:
- May 16, 2019, 4:27:28 PM (7 years ago)
- Location:
- branches/safari-608.1.24-branch
- Files:
-
- 2 deleted
- 3 edited
-
LayoutTests/ChangeLog (modified) (1 diff)
-
LayoutTests/compositing/shared-backing/overflow-scroll/repaint-shared-on-scroll-expected.html (deleted)
-
LayoutTests/compositing/shared-backing/overflow-scroll/repaint-shared-on-scroll.html (deleted)
-
Source/WebCore/ChangeLog (modified) (1 diff)
-
Source/WebCore/rendering/RenderLayerBacking.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-608.1.24-branch/LayoutTests/ChangeLog
r245391 r245420 1 2019-05-16 Kocsen Chung <kocsen_chung@apple.com> 2 3 Revert r245220. rdar://problem/50686229 4 1 5 2019-05-15 Kocsen Chung <kocsen_chung@apple.com> 2 6 -
branches/safari-608.1.24-branch/Source/WebCore/ChangeLog
r245391 r245420 1 2019-05-16 Kocsen Chung <kocsen_chung@apple.com> 2 3 Revert r245220. rdar://problem/50686229 4 1 5 2019-05-15 Kocsen Chung <kocsen_chung@apple.com> 2 6 -
branches/safari-608.1.24-branch/Source/WebCore/rendering/RenderLayerBacking.cpp
r245391 r245420 282 282 { 283 283 clearBackingSharingLayerProviders(m_backingSharingLayers); 284 285 if (sharingLayers != m_backingSharingLayers)286 setContentsNeedDisplay(); // This could be optimize to only repaint rects for changed layers.287 288 284 m_backingSharingLayers = WTFMove(sharingLayers); 289 285
Note:
See TracChangeset
for help on using the changeset viewer.