Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Should be able to compute decoration overflow without InlineIterator:…
…:TextBoxIterator https://bugs.webkit.org/show_bug.cgi?id=241490 Reviewed by Antti Koivisto. This patch enables IFC codebase to compute visual overflow for decoration (even when TextBoxIterator is not available). * Source/WebCore/rendering/style/RenderStyle.cpp: (WebCore::RenderStyle::changeAffectsVisualOverflow const): * Source/WebCore/style/InlineTextBoxStyle.cpp: (WebCore::visualOverflowForDecorations): * Source/WebCore/style/InlineTextBoxStyle.h: Canonical link: https://commits.webkit.org/251461@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@295455 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
4d8b4bc
commit dc4feb5c1c28b94c39990286a3c4d20d7d35ab04
Showing
3 changed files
with
40 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters