[webkit-changes] [WebKit/WebKit] d03dce: [WPE] checkbox and radio button aren't painted bec...

Fujii Hironori noreply at github.com
Tue Oct 18 01:37:44 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d03dce63e768d08101b3902ab6f5259d5857035d
      https://github.com/WebKit/WebKit/commit/d03dce63e768d08101b3902ab6f5259d5857035d
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2022-10-18 (Tue, 18 Oct 2022)

  Changed paths:
    M Source/WebCore/platform/adwaita/ThemeAdwaita.cpp
    M Source/WebCore/platform/adwaita/ThemeAdwaita.h

  Log Message:
  -----------
  [WPE] checkbox and radio button aren't painted because ThemeAdwaita::m_accentColor is the invalid color
https://bugs.webkit.org/show_bug.cgi?id=246667

Reviewed by Carlos Garcia Campos.

ThemeAdwaita is painting checkbox and radio button with the accent
color. GTK port supports accent color, but WPE doesn't.
ThemeAdwaita::m_accentColor was initialized as the invalid color that
was transparent.

* Source/WebCore/platform/adwaita/ThemeAdwaita.cpp:
(WebCore::ThemeAdwaita::accentColor):
* Source/WebCore/platform/adwaita/ThemeAdwaita.h:

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




More information about the webkit-changes mailing list