[webkit-changes] [WebKit/WebKit] 842559: Port FilterOperation to the new IPC serialization ...

Chris Dumez noreply at github.com
Fri Dec 8 08:10:50 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8425593a5336d6f0e3ad666d66da7638c7406704
      https://github.com/WebKit/WebKit/commit/8425593a5336d6f0e3ad666d66da7638c7406704
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-12-08 (Fri, 08 Dec 2023)

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

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

Reviewed by Brady Eidson.

* Source/WebCore/platform/graphics/filters/FilterOperation.cpp:
(WebCore::DefaultFilterOperation::representedType const):
(WebCore::FilterOperation::ipcData const):
(WebCore::FilterOperation::create):
* Source/WebCore/platform/graphics/filters/FilterOperation.h:
* Source/WebKit/Shared/WebCoreArgumentCoders.cpp:
(IPC::ArgumentCoder<FilterOperations>::decode):
(IPC::ArgumentCoder<FilterOperation>::encode): Deleted.
(IPC::decodeFilterOperation): Deleted.
(IPC::ArgumentCoder<RefPtr<WebCore::FilterOperation>>::encode): Deleted.
(IPC::ArgumentCoder<RefPtr<WebCore::FilterOperation>>::decode): Deleted.
* Source/WebKit/Shared/WebCoreArgumentCoders.h:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

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




More information about the webkit-changes mailing list