Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8cc4586c1c46698ed0a641f9cb45dcefc4408d1b
https://github.com/WebKit/WebKit/commit/8cc4586c1c46698ed0a641f9cb45dcefc4408d1b
Author: Brandon Stewart <[email protected]>
Date: 2026-01-15 (Thu, 15 Jan 2026)
Changed paths:
M Source/WebCore/platform/graphics/ImageFrameAnimator.cpp
M Source/WebCore/platform/graphics/SourceBrush.cpp
Log Message:
-----------
Add missing TextStream.h include to ImageFrameAnimator.cpp and SourceBrush.cpp
https://bugs.webkit.org/show_bug.cgi?id=305579
rdar://problem/168234487
Reviewed by Carlos Alberto Lopez Perez.
ImageFrameAnimator.cpp was missing an explicit include for TextStream.h, which
may have been included transitively through another header.
Add the include to ensure proper compilation on Windows.
* Source/WebCore/platform/graphics/ImageFrameAnimator.cpp:
* Source/WebCore/platform/graphics/SourceBrush.cpp:
Canonical link: https://commits.webkit.org/305670@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications