Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f19506c5ff6216ac0d1ddc502fd5e94b5554e117
      
https://github.com/WebKit/WebKit/commit/f19506c5ff6216ac0d1ddc502fd5e94b5554e117
  Author: Kimmo Kinnunen <kkinnu...@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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to