[webkit-changes] [WebKit/WebKit] 52696c: Simplify TimingFunction encoding and decoding

Antoine Quint noreply at github.com
Thu Dec 8 05:22:36 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 52696c5a554816fc2b2058153dbdb8b84f822528
      https://github.com/WebKit/WebKit/commit/52696c5a554816fc2b2058153dbdb8b84f822528
  Author: Antoine Quint <graouts at apple.com>
  Date:   2022-12-08 (Thu, 08 Dec 2022)

  Changed paths:
    M Source/WebKit/Shared/WebCoreArgumentCoders.cpp
    M Source/WebKit/Shared/WebCoreArgumentCoders.h

  Log Message:
  -----------
  Simplify TimingFunction encoding and decoding
https://bugs.webkit.org/show_bug.cgi?id=248936

Reviewed by Antti Koivisto.

* Source/WebKit/Shared/WebCoreArgumentCoders.cpp:
(IPC::ArgumentCoder<WebCore::TimingFunction>::encode):
(IPC::ArgumentCoder<WebCore::TimingFunction>::decode):
(IPC::ArgumentCoder<Ref<WebCore::TimingFunction>>::encode): Deleted.
(IPC::ArgumentCoder<Ref<WebCore::TimingFunction>>::decode): Deleted.
(IPC::ArgumentCoder<RefPtr<WebCore::TimingFunction>>::encode): Deleted.
(IPC::ArgumentCoder<RefPtr<WebCore::TimingFunction>>::decode): Deleted.
* Source/WebKit/Shared/WebCoreArgumentCoders.h:

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




More information about the webkit-changes mailing list