[webkit-changes] [WebKit/WebKit] 0af233: Fix Typo in WebGLRenderingContextBase.h for "texPa...

Ahmad Saleem noreply at github.com
Mon Nov 28 10:22:27 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0af23318960caafc3298cd358fef732a52bc3e48
      https://github.com/WebKit/WebKit/commit/0af23318960caafc3298cd358fef732a52bc3e48
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2022-11-28 (Mon, 28 Nov 2022)

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

  Log Message:
  -----------
  Fix Typo in WebGLRenderingContextBase.h for "texParameter" helper function

Fix Typo in WebGLRenderingContextBase.h for "texParameter" helper function
https://bugs.webkit.org/show_bug.cgi?id=248407

Reviewed by Alex Christensen.

Partial Merge - https://chromium.googlesource.com/chromium/blink/+/01e308688d652724afbc976dd1dbf6a37d662603

This patch is to fix typo in "texParameter" where the float was referring to 'parami' (integer) and similar integer referring to 'paramf' (float).

* Source/WebCore/html/canvas/WebGLRenderingContextBase.h: Fix typo in "texParameter" function

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




More information about the webkit-changes mailing list