Changeset 292900 in webkit
- Timestamp:
- Apr 14, 2022, 10:54:49 PM (4 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/graphics/gbm/DMABufFormat.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r292899 r292900 1 2022-04-14 Zan Dobersek <zdobersek@igalia.com> 2 3 Unreviewed build fix for GTK and WPE. 4 5 * platform/graphics/gbm/DMABufFormat.h: Add a missing <array> header include. 6 1 7 2022-04-14 Chris Dumez <cdumez@apple.com> 2 8 -
trunk/Source/WebCore/platform/graphics/gbm/DMABufFormat.h
r291343 r292900 27 27 #pragma once 28 28 29 #include <array> 29 30 #include <cstddef> 30 31 #include <cstdint>
Note:
See TracChangeset
for help on using the changeset viewer.