Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0b29e27aecb105dbba819c2ae00b71eab39a098e
      
https://github.com/WebKit/WebKit/commit/0b29e27aecb105dbba819c2ae00b71eab39a098e
  Author: Don Olmstead <[email protected]>
  Date:   2022-10-15 (Sat, 15 Oct 2022)

  Changed paths:
    M Source/WebKit/Shared/WebPageCreationParameters.cpp
    M Source/WebKit/Shared/WebPageCreationParameters.h
    M Source/WebKit/UIProcess/WebPageProxy.cpp
    M 
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHostTextureMapper.cpp
    M 
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHostTextureMapper.h
    M Source/WebKit/WebProcess/WebPage/WebPage.cpp
    M Source/WebKit/WebProcess/WebPage/WebPage.h

  Log Message:
  -----------
  Make GraphicsLayerTextureMapper code platform agnostic
https://bugs.webkit.org/show_bug.cgi?id=246497

Reviewed by Fujii Hironori.

Replaces `PLATFORM(WIN)` code with checks for
`USE(GRAPHICS_LAYER_TEXTURE_MAPPER)` or `USE(GRAPHICS_LAYER_WC)` where
applicable. Modify types to platform specific ones. The patch largely
modifies code from 225218@main to be port agnostic.

* Source/WebKit/Shared/WebPageCreationParameters.cpp:
* Source/WebKit/Shared/WebPageCreationParameters.h:
* Source/WebKit/UIProcess/WebPageProxy.cpp:
* 
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHostTextureMapper.cpp:
* 
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHostTextureMapper.h:
* Source/WebKit/WebProcess/WebPage/WebPage.cpp:
* Source/WebKit/WebProcess/WebPage/WebPage.h:

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to