⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 287051 in webkit


Ignore:
Timestamp:
Dec 14, 2021, 2:38:09 PM (5 years ago)
Author:
basuke.suzuki@sony.com
Message:

[Playstation] Fix build break after r286908
https://bugs.webkit.org/show_bug.cgi?id=234311

Unreviewed, build fix for PlayStation platform after r286908.
https://trac.webkit.org/changeset/286908/webkit

  • platform/graphics/PlatformVideoColorSpace.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r287049 r287051  
     12021-12-14  Basuke Suzuki  <basuke.suzuki@sony.com>
     2
     3        [Playstation] Fix build break after r286908
     4        https://bugs.webkit.org/show_bug.cgi?id=234311
     5
     6        Unreviewed, build fix for PlayStation platform after r286908.
     7        https://trac.webkit.org/changeset/286908/webkit
     8
     9        * platform/graphics/PlatformVideoColorSpace.h:
     10
    1112021-12-14  Alex Christensen  <achristensen@webkit.org>
    212
  • trunk/Source/WebCore/platform/graphics/PlatformVideoColorSpace.h

    r286908 r287051  
    2929#include "PlatformVideoMatrixCoefficients.h"
    3030#include "PlatformVideoTransferCharacteristics.h"
     31#include <optional>
    3132#include <wtf/FastMalloc.h>
    3233
Note: See TracChangeset for help on using the changeset viewer.