Title: [287170] branches/safari-612-branch/Source/WebCore/platform/ios/LegacyTileCache.mm
- Revision
- 287170
- Author
- [email protected]
- Date
- 2021-12-16 21:36:56 -0800 (Thu, 16 Dec 2021)
Log Message
Unreviewed build fix. rdar://86613209
./platform/ios/LegacyTileCache.mm:459:24: error: incomplete result type 'WebCore::Color' in function definition
Color LegacyTileCache::colorForGridTileBorder(LegacyTileGrid* grid) const
Modified Paths
Diff
Modified: branches/safari-612-branch/Source/WebCore/platform/ios/LegacyTileCache.mm (287169 => 287170)
--- branches/safari-612-branch/Source/WebCore/platform/ios/LegacyTileCache.mm 2021-12-17 05:32:53 UTC (rev 287169)
+++ branches/safari-612-branch/Source/WebCore/platform/ios/LegacyTileCache.mm 2021-12-17 05:36:56 UTC (rev 287170)
@@ -24,6 +24,7 @@
*/
#import "config.h"
+#import "Color.h"
#import "LegacyTileCache.h"
#if PLATFORM(IOS_FAMILY)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes