[webkit-changes] [WebKit/WebKit] 79244f: Port Image to the new IPC serialization format

Chris Dumez noreply at github.com
Sat Feb 3 09:56:14 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 79244f9b44b11ee6e07cf3f5bb7a4282c9b04b55
      https://github.com/WebKit/WebKit/commit/79244f9b44b11ee6e07cf3f5bb7a4282c9b04b55
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-02-03 (Sat, 03 Feb 2024)

  Changed paths:
    M Source/WebCore/platform/graphics/Image.cpp
    M Source/WebCore/platform/graphics/Image.h
    M Source/WebKit/Shared/WebCoreArgumentCoders.cpp
    M Source/WebKit/Shared/WebCoreArgumentCoders.h
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  -----------
  Port Image to the new IPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=268651

Reviewed by Alex Christensen.

* Source/WebCore/platform/graphics/Image.cpp:
(WebCore::Image::create):
(WebCore::Image::toShareableBitmap const):
* Source/WebCore/platform/graphics/Image.h:
* Source/WebKit/Shared/WebCoreArgumentCoders.cpp:
(IPC::ArgumentCoder<Image>::encode): Deleted.
(IPC::ArgumentCoder<Image>::decode): Deleted.
* Source/WebKit/Shared/WebCoreArgumentCoders.h:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

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




More information about the webkit-changes mailing list