Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 433b351cb87c60a659153d1b7911a3e4370be503
      
https://github.com/WebKit/WebKit/commit/433b351cb87c60a659153d1b7911a3e4370be503
  Author: Abrar Rahman Protyasha <[email protected]>
  Date:   2025-05-27 (Tue, 27 May 2025)

  Changed paths:
    M Source/WebKit/WebProcess/Plugins/PDF/UnifiedPDF/AsyncPDFRenderer.h
    M Source/WebKit/WebProcess/Plugins/PDF/UnifiedPDF/AsyncPDFRenderer.mm

  Log Message:
  -----------
  Address miscellaneous style guide issues in AsyncPDFRenderer
https://bugs.webkit.org/show_bug.cgi?id=293656
rdar://152122237

Reviewed by Aditya Keerthi, Tim Horton, and Megan Gardner.

Fix some violations of "Non-C++ pointer types should be written with a
space between the type and the `*`",
c.f. https://www.webkit.org/code-style-guidelines/#pointers-non-cpp.

* Source/WebKit/WebProcess/Plugins/PDF/UnifiedPDF/AsyncPDFRenderer.h:
* Source/WebKit/WebProcess/Plugins/PDF/UnifiedPDF/AsyncPDFRenderer.mm:
(WebKit::renderPDFTile):
(WebKit::renderPDFTileToImage):
(WebKit::renderPDFTileToDynamicContentScalingDisplayList):
(WebKit::AsyncPDFRenderer::serviceRequestQueues):
(WebKit::operator<<):
(WebKit::AsyncPDFRenderer::dynamicContentScalingResourceCache): Deleted.
Drive-by fix: Rename with an `ensure` prefix to make the single
initialization intent clearer.

Canonical link: https://commits.webkit.org/295481@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to