Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: db2cf78d7a707923ba5b91f05188e1a37a27c890
      
https://github.com/WebKit/WebKit/commit/db2cf78d7a707923ba5b91f05188e1a37a27c890
  Author: Simon Fraser <[email protected]>
  Date:   2025-06-10 (Tue, 10 Jun 2025)

  Changed paths:
    M Source/WebKit/Shared/RemoteLayerTree/RemoteLayerBackingStore.mm
    M Source/WebKit/Shared/RemoteLayerTree/RemoteLayerBackingStoreCollection.mm
    M 
Source/WebKit/Shared/RemoteLayerTree/RemoteLayerWithInProcessRenderingBackingStore.mm
    M 
Source/WebKit/Shared/RemoteLayerTree/RemoteLayerWithRemoteRenderingBackingStore.mm

  Log Message:
  -----------
  REGRESSION (UI-side compositing): Incremental paints don't update the repaint 
counter
https://bugs.webkit.org/show_bug.cgi?id=294226
rdar://152871424

Reviewed by Matt Woodrow.

The call to `dirtyRepaintCounterIfNecessary()` was lost somewhere in the
shuffle of `RemoteLayerWithRemoteRenderingBackingStore` addition, so put it 
back by
moving a bit more code into 
`RemoteLayerWithRemoteRenderingBackingStore::prepareToDisplay()`.

* Source/WebKit/Shared/RemoteLayerTree/RemoteLayerBackingStore.mm:
(WebKit::RemoteLayerBackingStore::dirtyRepaintCounterIfNecessary): Need a pixel 
more height.
* Source/WebKit/Shared/RemoteLayerTree/RemoteLayerBackingStoreCollection.mm:
(WebKit::RemoteLayerBackingStoreCollection::prepareBackingStoresForDisplay):
* 
Source/WebKit/Shared/RemoteLayerTree/RemoteLayerWithInProcessRenderingBackingStore.mm:
(WebKit::RemoteLayerWithInProcessRenderingBackingStore::prepareToDisplay):
* 
Source/WebKit/Shared/RemoteLayerTree/RemoteLayerWithRemoteRenderingBackingStore.mm:
(WebKit::RemoteLayerWithRemoteRenderingBackingStore::prepareToDisplay):

Canonical link: https://commits.webkit.org/296037@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to