Title: [277046] trunk/Source/WebCore
- Revision
- 277046
- Author
- [email protected]
- Date
- 2021-05-05 15:30:31 -0700 (Wed, 05 May 2021)
Log Message
Fix copy paste error in Recorder::canAppendItemOfType.
https://bugs.webkit.org/show_bug.cgi?id=225380
Reviewed by Simon Fraser.
* platform/graphics/displaylists/DisplayListRecorder.cpp:
(WebCore::DisplayList::Recorder::canAppendItemOfType):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (277045 => 277046)
--- trunk/Source/WebCore/ChangeLog 2021-05-05 22:22:36 UTC (rev 277045)
+++ trunk/Source/WebCore/ChangeLog 2021-05-05 22:30:31 UTC (rev 277046)
@@ -1,3 +1,13 @@
+2021-05-05 Cameron McCormack <[email protected]>
+
+ Fix copy paste error in Recorder::canAppendItemOfType.
+ https://bugs.webkit.org/show_bug.cgi?id=225380
+
+ Reviewed by Simon Fraser.
+
+ * platform/graphics/displaylists/DisplayListRecorder.cpp:
+ (WebCore::DisplayList::Recorder::canAppendItemOfType):
+
2021-05-05 Devin Rousso <[email protected]>
Sampled Page Top Color: tie into existing TCADA/RLTT systems so that the value is kept in sync with painting
Modified: trunk/Source/WebCore/platform/graphics/displaylists/DisplayListRecorder.cpp (277045 => 277046)
--- trunk/Source/WebCore/platform/graphics/displaylists/DisplayListRecorder.cpp 2021-05-05 22:22:36 UTC (rev 277045)
+++ trunk/Source/WebCore/platform/graphics/displaylists/DisplayListRecorder.cpp 2021-05-05 22:30:31 UTC (rev 277046)
@@ -128,7 +128,7 @@
if (isDrawingItem(type)
#if USE(CG)
- || type == ItemType::ApplyStrokePattern || type == ItemType::ApplyStrokePattern
+ || type == ItemType::ApplyFillPattern || type == ItemType::ApplyStrokePattern
#endif
) {
GraphicsContextStateChange& stateChanges = currentState().stateChange;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes