Title: [253419] trunk/Source/WebCore
Revision
253419
Author
[email protected]
Date
2019-12-11 22:31:40 -0800 (Wed, 11 Dec 2019)

Log Message

Add a missing entry in EnumTraits<WebCore::DisplayList::ItemType>
https://bugs.webkit.org/show_bug.cgi?id=205154
<rdar://problem/57864862>

Reviewed by Tim Horton.

Add a missing `ItemType::SetCTM`. This will be tested in a future patch by enabling canvas layout tests with
GPU process enabled.

* platform/graphics/displaylists/DisplayListItems.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (253418 => 253419)


--- trunk/Source/WebCore/ChangeLog	2019-12-12 03:51:12 UTC (rev 253418)
+++ trunk/Source/WebCore/ChangeLog	2019-12-12 06:31:40 UTC (rev 253419)
@@ -1,3 +1,16 @@
+2019-12-11  Wenson Hsieh  <[email protected]>
+
+        Add a missing entry in EnumTraits<WebCore::DisplayList::ItemType>
+        https://bugs.webkit.org/show_bug.cgi?id=205154
+        <rdar://problem/57864862>
+
+        Reviewed by Tim Horton.
+
+        Add a missing `ItemType::SetCTM`. This will be tested in a future patch by enabling canvas layout tests with
+        GPU process enabled.
+
+        * platform/graphics/displaylists/DisplayListItems.h:
+
 2019-12-11  Chris Dumez  <[email protected]>
 
         Trying to set toString / valueOf on a cross-origin Location object should throw a SecurityError

Modified: trunk/Source/WebCore/platform/graphics/displaylists/DisplayListItems.h (253418 => 253419)


--- trunk/Source/WebCore/platform/graphics/displaylists/DisplayListItems.h	2019-12-12 03:51:12 UTC (rev 253418)
+++ trunk/Source/WebCore/platform/graphics/displaylists/DisplayListItems.h	2019-12-12 06:31:40 UTC (rev 253419)
@@ -3052,6 +3052,7 @@
     WebCore::DisplayList::ItemType::Translate,
     WebCore::DisplayList::ItemType::Rotate,
     WebCore::DisplayList::ItemType::Scale,
+    WebCore::DisplayList::ItemType::SetCTM,
     WebCore::DisplayList::ItemType::ConcatenateCTM,
     WebCore::DisplayList::ItemType::SetState,
     WebCore::DisplayList::ItemType::SetLineCap,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to