[webkit-changes] [WebKit/WebKit] 1ba108: ImageBuffer::drawingContext() is an unused function

Kimmo Kinnunen noreply at github.com
Sat Oct 29 00:44:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1ba10815475254633e8ee67462898ca27ac5516b
      https://github.com/WebKit/WebKit/commit/1ba10815475254633e8ee67462898ca27ac5516b
  Author: Kimmo Kinnunen <kkinnunen at apple.com>
  Date:   2022-10-29 (Sat, 29 Oct 2022)

  Changed paths:
    M Source/WebCore/platform/graphics/ImageBuffer.h
    M Source/WebCore/platform/graphics/displaylists/DisplayListImageBuffer.h
    M Source/WebKit/WebProcess/GPU/graphics/RemoteImageBufferProxy.cpp
    M Source/WebKit/WebProcess/GPU/graphics/RemoteImageBufferProxy.h

  Log Message:
  -----------
  ImageBuffer::drawingContext() is an unused function
https://bugs.webkit.org/show_bug.cgi?id=247193
rdar://problem/101676969

Reviewed by Wenson Hsieh.

Remove the unused function to simplify the future renamings
of functions with related terms.

* Source/WebCore/platform/graphics/ImageBuffer.h:
(WebCore::ImageBuffer::drawingContext): Deleted.
* Source/WebCore/platform/graphics/displaylists/DisplayListImageBuffer.h:
* Source/WebKit/WebProcess/GPU/graphics/RemoteImageBufferProxy.cpp:
(WebKit::RemoteImageBufferProxy::drawingContext): Deleted.
* Source/WebKit/WebProcess/GPU/graphics/RemoteImageBufferProxy.h:

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




More information about the webkit-changes mailing list