[webkit-reviews] review granted: [Bug 237944] [GPU Process] [GraphicsContextState 1/] Move other classes out of GraphicsContext.h : [Attachment 454859] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 11:13:36 PDT 2022


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Said Abou-Hallawa
<sabouhallawa at apple.com>'s request for review:
Bug 237944: [GPU Process] [GraphicsContextState 1/] Move other classes out of
GraphicsContext.h
https://bugs.webkit.org/show_bug.cgi?id=237944

Attachment 454859: Patch

https://bugs.webkit.org/attachment.cgi?id=454859&action=review




--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 454859
  --> https://bugs.webkit.org/attachment.cgi?id=454859
Patch

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

> Source/WebCore/platform/graphics/TextBoxIterator.h:36
> +	   : m_textRun(0)
> +	   , m_offset(0)

Use initializers and make this = default.


More information about the webkit-reviews mailing list