Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 52696c5a554816fc2b2058153dbdb8b84f822528
      
https://github.com/WebKit/WebKit/commit/52696c5a554816fc2b2058153dbdb8b84f822528
  Author: Antoine Quint <[email protected]>
  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


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

Reply via email to