[webkit-changes] [WebKit/WebKit] 956f84: Make InheritedFlags declaration more organized

fantasai noreply at github.com
Mon Aug 5 21:32:23 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 956f8458910ea320f9990e16445ae700089bafa5
      https://github.com/WebKit/WebKit/commit/956f8458910ea320f9990e16445ae700089bafa5
  Author: Elika Etemad <fantasai.bugs at inkedblade.net>
  Date:   2024-08-05 (Mon, 05 Aug 2024)

  Changed paths:
    M Source/WebCore/rendering/style/RenderStyle.h

  Log Message:
  -----------
  Make InheritedFlags declaration more organized
https://bugs.webkit.org/show_bug.cgi?id=277652
rdar://problem/133248839

Reviewed by Tim Nguyen.

Reorders bit flags in InheritedFlags into logical groupings.

Even if the writing mode part gets upgraded to 8 bits, this ordering
should also minimize padding for compilers that avoid byte boundaries.

* Source/WebCore/rendering/style/RenderStyle.h:

Canonical link: https://commits.webkit.org/281873@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