Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hook up temporary timer-based displayDidRefresh in RemoteLayerTreeDrawingAreaProxyMac #5386

Commits on Oct 14, 2022

  1. Hook up temporary timer-based displayDidRefresh in RemoteLayerTreeDra…

    …wingAreaProxyMac
    
    https://bugs.webkit.org/show_bug.cgi?id=246531
    <rdar://problem/101182095>
    
    Reviewed by Tim Horton.
    
    Hook up a timer in RemoteLayerTreeDrawingAreaProxyMac to drive display refresh as an
    interim solution until DisplayLink is hooked up.
    
    * Source/WebKit/UIProcess/RemoteLayerTree/mac/RemoteLayerTreeDrawingAreaProxyMac.h:
    * Source/WebKit/UIProcess/RemoteLayerTree/mac/RemoteLayerTreeDrawingAreaProxyMac.mm:
    (WebKit::RemoteLayerTreeDrawingAreaProxyMac::RemoteLayerTreeDrawingAreaProxyMac):
    (WebKit::RemoteLayerTreeDrawingAreaProxyMac::scheduleDisplayLink):
    (WebKit::RemoteLayerTreeDrawingAreaProxyMac::pauseDisplayLink):
    (WebKit::RemoteLayerTreeDrawingAreaProxyMac::displayLinkTimerFired):
    
    Canonical link: https://commits.webkit.org/255547@main
    smfr committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    78ad3a8 View commit details
    Browse the repository at this point in the history