Changeset 262589 in webkit
- Timestamp:
- Jun 4, 2020, 5:15:55 PM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r262587 r262589 1 2020-06-04 Ross Kirsling <ross.kirsling@sony.com> 2 3 [PlayStation] Unreviewed revert of build fix. Missing include was not the cause. 4 5 * platform/graphics/ColorUtilities.cpp: 6 1 7 2020-06-04 Sihui Liu <sihui_liu@apple.com> 2 8 -
trunk/Source/WebCore/platform/graphics/ColorUtilities.cpp
r262584 r262589 29 29 #include "ColorComponents.h" 30 30 #include "ColorMatrix.h" 31 #include <algorithm>32 31 33 32 namespace WebCore {
Note:
See TracChangeset
for help on using the changeset viewer.