[webkit-changes] [WebKit/WebKit] 5a7496: Fix definition of WebPageProxy::viewWidget for WC

Don Olmstead noreply at github.com
Thu Apr 13 16:43:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5a7496bb3980c5af7431224766ff87a253b6f28e
      https://github.com/WebKit/WebKit/commit/5a7496bb3980c5af7431224766ff87a253b6f28e
  Author: Don Olmstead <don.olmstead at 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




More information about the webkit-changes mailing list