[webkit-changes] [WebKit/WebKit] 400d29: [UnifiedPDF] UnifiedPDF::setNeedsRepaintInDocument...

Abrar Rahman Protyasha noreply at github.com
Thu Aug 1 02:02:38 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 400d2953ec0a1c780b84806c84dcc135947e0f86
      https://github.com/WebKit/WebKit/commit/400d2953ec0a1c780b84806c84dcc135947e0f86
  Author: Abrar Rahman Protyasha <a_protyasha at apple.com>
  Date:   2024-08-01 (Thu, 01 Aug 2024)

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

  Log Message:
  -----------
  [UnifiedPDF] UnifiedPDF::setNeedsRepaintInDocumentRects() is not needed
https://bugs.webkit.org/show_bug.cgi?id=277472
rdar://132964971

Reviewed by Charlie Wolfe.

This method was removed in 279127 at main, but re-introduced (without any
callers) in 281282 at main. This patch removes it since it is redundant.

* Source/WebKit/WebProcess/Plugins/PDF/UnifiedPDF/UnifiedPDFPlugin.h:
* Source/WebKit/WebProcess/Plugins/PDF/UnifiedPDF/UnifiedPDFPlugin.mm:
(WebKit::UnifiedPDFPlugin::setNeedsRepaintInDocumentRects): Deleted.
(WebKit::UnifiedPDFPlugin::nearestPageIndexForDocumentPoint const): Deleted.
(WebKit::UnifiedPDFPlugin::pageIndexForDocumentPoint const): Deleted.

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list