[Webkit-unassigned] [Bug 167956] [Harfbuzz] Implement ComplexTextController on top of HarfBuzz

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 1 01:17:33 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=167956

--- Comment #7 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Sam Weinig from comment #6)
> For all the places where we now have PLATFORM(COCOA) || USE(HARFBUZZ), is
> there more explicit predicate we could use? HAVE(...) for instance?

I don't think so, those cases are the implementations of ComplexTextController. After this change there are 2 implementations ComplexTextControllerCoreText.mm and ComplexTextControllerHarfBuzz.cpp, only ComplexTextControllerDirectWrite.cpp would be missing. So, we could use something like if !PLATFORM(WIN) maybe, but that would be more confusing, I think.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171001/c085206a/attachment-0001.html>


More information about the webkit-unassigned mailing list