[webkit-changes] [WebKit/WebKit] f19506: WebGLRenderingContextBase::markContextChanged() is...

Kimmo Kinnunen noreply at github.com
Tue Oct 31 00:28:39 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f19506c5ff6216ac0d1ddc502fd5e94b5554e117
      https://github.com/WebKit/WebKit/commit/f19506c5ff6216ac0d1ddc502fd5e94b5554e117
  Author: Kimmo Kinnunen <kkinnunen at apple.com>
  Date:   2023-10-31 (Tue, 31 Oct 2023)

  Changed paths:
    M Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp
    M Source/WebCore/html/canvas/WebGLRenderingContextBase.h

  Log Message:
  -----------
  WebGLRenderingContextBase::markContextChanged() is a redundant function
https://bugs.webkit.org/show_bug.cgi?id=263761
rdar://117569900

Reviewed by Dan Glastonbury.

Inline the redundant function in the caller. No intended functional
change.

This is work towards removing the redundancy in the default framebuffer
handling logic, eventually to fix bugs in premultipliedAlpha
compositing.

* Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:
(WebCore::WebGLRenderingContextBase::markContextChangedAndNotifyCanvasObserver):
(WebCore::WebGLRenderingContextBase::markContextChanged): Deleted.
* Source/WebCore/html/canvas/WebGLRenderingContextBase.h:

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




More information about the webkit-changes mailing list