[webkit-changes] [WebKit/WebKit] d55283: REGRESSION(289032 at main): [Win] ImageBufferCairoSur...

Fujii Hironori noreply at github.com
Sun Jan 26 18:25:52 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d55283b7fc9aca5a9e71d551e4d67fc99c786554
      https://github.com/WebKit/WebKit/commit/d55283b7fc9aca5a9e71d551e4d67fc99c786554
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2025-01-26 (Sun, 26 Jan 2025)

  Changed paths:
    M Source/WebCore/platform/graphics/cairo/CairoUtilities.h
    M Source/WebCore/platform/graphics/cairo/GraphicsContextGLCairo.cpp
    M Source/WebCore/platform/graphics/cairo/ImageBufferCairoSurfaceBackend.cpp

  Log Message:
  -----------
  REGRESSION(289032 at main): [Win] ImageBufferCairoSurfaceBackend.cpp(99,33): error: redefinition of 'span(cairo_surface_t*)'
https://bugs.webkit.org/show_bug.cgi?id=286562

Unreviewed build fix for Windows Debug builds.

Moved the duplicated functions to CairoUtilities.h to merge.

* Source/WebCore/platform/graphics/cairo/CairoUtilities.h:
(WebCore::span):
(WebCore::mutableSpan):
* Source/WebCore/platform/graphics/cairo/GraphicsContextGLCairo.cpp:
(WebCore::span): Deleted.
* Source/WebCore/platform/graphics/cairo/ImageBufferCairoSurfaceBackend.cpp:
(WebCore::span): Deleted.
(WebCore::mutableSpan): Deleted.

Canonical link: https://commits.webkit.org/289408@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