[webkit-changes] [WebKit/WebKit] 154066: [Skia] Use the serializer generator for SkString a...

Fujii Hironori noreply at github.com
Fri Dec 6 17:32:03 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 154066861f1aec79e1a444659b7b8dbbd2cd78b2
      https://github.com/WebKit/WebKit/commit/154066861f1aec79e1a444659b7b8dbbd2cd78b2
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2024-12-06 (Fri, 06 Dec 2024)

  Changed paths:
    M Source/WebKit/Platform/Skia.cmake
    M Source/WebKit/Shared/WebCoreArgumentCoders.h
    A Source/WebKit/Shared/skia/CoreIPCSkFontStyleSlant.h
    A Source/WebKit/Shared/skia/CoreIPCSkFontStyleSlant.serialization.in
    A Source/WebKit/Shared/skia/CoreIPCSkString.h
    A Source/WebKit/Shared/skia/CoreIPCSkString.serialization.in
    R Source/WebKit/Shared/skia/WebCoreArgumentCodersSkia.cpp

  Log Message:
  -----------
  [Skia] Use the serializer generator for SkString and SkFontStyle::Slant
https://bugs.webkit.org/show_bug.cgi?id=284008

Reviewed by Alex Christensen.

Added wrapper classes CoreIPCSkString and CoreIPCSkFontStyleSlant.
Removed the handwritten coders.

* Source/WebKit/Platform/Skia.cmake:
* Source/WebKit/Shared/WebCoreArgumentCoders.h:
* Source/WebKit/Shared/skia/CoreIPCSkFontStyleSlant.h: Added.
(WebKit::CoreIPCSkFontStyleSlant::CoreIPCSkFontStyleSlant):
(WebKit::CoreIPCSkFontStyleSlant::create):
(WebKit::CoreIPCSkFontStyleSlant::data const):
* Source/WebKit/Shared/skia/CoreIPCSkFontStyleSlant.serialization.in: Added.
* Source/WebKit/Shared/skia/CoreIPCSkString.h: Added.
(WebKit::CoreIPCSkString::CoreIPCSkString):
(WebKit::CoreIPCSkString::create):
(WebKit::CoreIPCSkString::data const):
* Source/WebKit/Shared/skia/CoreIPCSkString.serialization.in: Added.
* Source/WebKit/Shared/skia/WebCoreArgumentCodersSkia.cpp: Removed.

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list