Skip to content
  • cfleizach@apple.com's avatar
    AX: Webkit2 not sending UAZoomFocusChanged notifications · e0b30329
    cfleizach@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=55916
    
    Reviewed by Darin Adler.
    
    Needed to implement the windowToScreen() method so that the right frame
    could be calculated to send for zoom focus changes.
    
    * UIProcess/API/mac/PageClientImpl.h:
    * UIProcess/API/mac/PageClientImpl.mm:
    (WebKit::PageClientImpl::windowToScreen):
    * UIProcess/API/qt/qwkpage.cpp:
    (QWKPagePrivate::windowToScreen):
    * UIProcess/API/qt/qwkpage_p.h:
    * UIProcess/PageClient.h:
    * UIProcess/WebPageProxy.cpp:
    (WebKit::WebPageProxy::windowToScreen):
    * UIProcess/WebPageProxy.h:
    * UIProcess/WebPageProxy.messages.in:
    * UIProcess/win/WebView.cpp:
    (WebKit::WebView::windowToScreen):
    * UIProcess/win/WebView.h:
    * WebProcess/WebCoreSupport/WebChromeClient.cpp:
    (WebKit::WebChromeClient::windowToScreen):
    * WebProcess/WebPage/WebPage.cpp:
    (WebKit::WebPage::windowToScreen):
    * WebProcess/WebPage/WebPage.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@80569 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    e0b30329