[webkit-reviews] review granted: [Bug 182094] [Cairo] Use GraphicsContextImplCairo in Nicosia::PaintingContextCairo : [Attachment 332245] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 25 02:56:47 PST 2018


Carlos Garcia Campos <cgarcia at igalia.com> has granted Zan Dobersek
<zan at falconsigh.net>'s request for review:
Bug 182094: [Cairo] Use GraphicsContextImplCairo in
Nicosia::PaintingContextCairo
https://bugs.webkit.org/show_bug.cgi?id=182094

Attachment 332245: Patch

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




--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 332245
  --> https://bugs.webkit.org/attachment.cgi?id=332245
Patch

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

> Source/WebCore/platform/graphics/nicosia/NicosiaPaintingContextCairo.cpp:76
> +    m_graphicsContext = std::make_unique<WebCore::GraphicsContext>(
> +	       [this](WebCore::GraphicsContext& context)
> +	       {
> +		   return
std::make_unique<WebCore::GraphicsContextImplCairo>(context,
*m_platformContext);
> +	       });

Fix the indentation here.


More information about the webkit-reviews mailing list