Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5a7496bb3980c5af7431224766ff87a253b6f28e
      
https://github.com/WebKit/WebKit/commit/5a7496bb3980c5af7431224766ff87a253b6f28e
  Author: Don Olmstead <don.olmst...@sony.com>
  Date:   2023-04-13 (Thu, 13 Apr 2023)

  Changed paths:
    M Source/WebKit/UIProcess/Inspector/win/WebInspectorUIProxyWin.cpp
    M Source/WebKit/UIProcess/WebPageProxy.cpp
    M Source/WebKit/UIProcess/WebPageProxy.h
    M Source/WebKit/UIProcess/win/WebContextMenuProxyWin.cpp
    M Source/WebKit/UIProcess/win/WebPageProxyWin.cpp

  Log Message:
  -----------
  Fix definition of WebPageProxy::viewWidget for WC
https://bugs.webkit.org/show_bug.cgi?id=255408

Reviewed by Fujii Hironori.

The definition of `WebPageProxy::viewWidget` was returning a `HWND`
which is Windows specific. Make the definition for cases of
`USE(GRAPHICS_LAYER_TEXTURE_MAPPER)` or `USE(GRAPHICS_LAYER_WC)`.

* Source/WebKit/UIProcess/Inspector/win/WebInspectorUIProxyWin.cpp:
* Source/WebKit/UIProcess/WebPageProxy.cpp:
* Source/WebKit/UIProcess/WebPageProxy.h:
* Source/WebKit/UIProcess/win/WebContextMenuProxyWin.cpp:
* Source/WebKit/UIProcess/win/WebPageProxyWin.cpp:

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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to