[webkit-changes] [WebKit/WebKit] aa8e47: [LFC][IFC][Floats] Move floating constraints inlin...

Alan Baradlay noreply at github.com
Sat Nov 5 08:05:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: aa8e47ab8af02b811e69994a68879e2762171a8b
      https://github.com/WebKit/WebKit/commit/aa8e47ab8af02b811e69994a68879e2762171a8b
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2022-11-05 (Sat, 05 Nov 2022)

  Changed paths:
    M Source/WebCore/layout/floats/FloatingContext.cpp
    M Source/WebCore/layout/formattingContexts/inline/InlineFormattingGeometry.cpp

  Log Message:
  -----------
  [LFC][IFC][Floats] Move floating constraints inline direction flip to FloatingContext::constraints
https://bugs.webkit.org/show_bug.cgi?id=247519

Reviewed by Antti Koivisto.

It belongs in FloatingContext::constraints.
(This is also in preparation for not needing to query the root's geometry from inline layout.)

* Source/WebCore/layout/floats/FloatingContext.cpp:
(WebCore::Layout::FloatingContext::constraints const):
* Source/WebCore/layout/formattingContexts/inline/InlineFormattingGeometry.cpp:
(WebCore::Layout::InlineFormattingGeometry::floatConstraintsForLine const):

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




More information about the webkit-changes mailing list