[Webkit-unassigned] [Bug 227575] [Cairo] Simplify GraphicsContextCairo creation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 5 22:55:12 PDT 2021


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

--- Comment #6 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Comment on attachment 432673
  --> https://bugs.webkit.org/attachment.cgi?id=432673
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=432673&action=review

Very nice refactoring. We no longer need PlatformContextCairo. We can merge PlatformContextCairo into GraphicsContextCairo.

> Source/WebCore/platform/graphics/win/GraphicsContextCairoWin.cpp:76
> +    : GraphicsContextCairo(platformContext->cr())

Umm, this is not same with the original code. But, I think no problem.

-- 
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/20210706/b8056637/attachment.htm>


More information about the webkit-unassigned mailing list