Changeset 280669 in webkit
- Timestamp:
- Aug 4, 2021, 4:08:39 PM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Shared/RemoteLayerTree/RemoteLayerBackingStore.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r280664 r280669 1 2021-08-04 Tim Horton <timothy_horton@apple.com> 2 3 RemoteLayerBackingStore: Adopt a new bifurcated layer switch 4 https://bugs.webkit.org/show_bug.cgi?id=228800 5 <rdar://problem/81534641> 6 7 Reviewed by Sam Weinig. 8 9 * Shared/RemoteLayerTree/RemoteLayerBackingStore.mm: 10 (WebKit::RemoteLayerBackingStore::applyBackingStoreToLayer): 11 Let CA know that we're going to hand it both a display list and 12 backing store ahead of time by setting a new bit. 13 1 14 2021-08-04 Peng Liu <peng.liu6@apple.com> 2 15 -
trunk/Source/WebKit/Shared/RemoteLayerTree/RemoteLayerBackingStore.mm
r280183 r280669 460 460 return; 461 461 [layer setValue:@1 forKeyPath:WKCGDisplayListEnabledKey]; 462 [layer setValue:@1 forKeyPath:WKCGDisplayListBifurcationEnabledKey]; 462 463 auto data = WTF::get<IPC::SharedBufferCopy>(*m_displayListBufferHandle).buffer()->createCFData(); 463 464 [(WKCompositingLayer *)layer _setWKContents:contents.get() withDisplayList:data.get()];
Note:
See TracChangeset
for help on using the changeset viewer.