Changeset 287051 in webkit
- Timestamp:
- Dec 14, 2021, 2:38:09 PM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/graphics/PlatformVideoColorSpace.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r287049 r287051 1 2021-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 1 11 2021-12-14 Alex Christensen <achristensen@webkit.org> 2 12 -
trunk/Source/WebCore/platform/graphics/PlatformVideoColorSpace.h
r286908 r287051 29 29 #include "PlatformVideoMatrixCoefficients.h" 30 30 #include "PlatformVideoTransferCharacteristics.h" 31 #include <optional> 31 32 #include <wtf/FastMalloc.h> 32 33
Note:
See TracChangeset
for help on using the changeset viewer.