Title: [274839] trunk/Source/WebCore
Revision
274839
Author
[email protected]
Date
2021-03-22 20:23:44 -0700 (Mon, 22 Mar 2021)

Log Message

[GPU Process]: Improve getImageData() perf part 1: Add a GetImageData display list item
https://bugs.webkit.org/show_bug.cgi?id=223544

Unreviewed.

I accidentally forgot to commit one line of the patch!!


* platform/graphics/displaylists/DisplayListItems.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (274838 => 274839)


--- trunk/Source/WebCore/ChangeLog	2021-03-23 01:53:56 UTC (rev 274838)
+++ trunk/Source/WebCore/ChangeLog	2021-03-23 03:23:44 UTC (rev 274839)
@@ -3,6 +3,17 @@
         [GPU Process]: Improve getImageData() perf part 1: Add a GetImageData display list item
         https://bugs.webkit.org/show_bug.cgi?id=223544
 
+        Unreviewed.
+
+        I accidentally forgot to commit one line of the patch!!
+
+        * platform/graphics/displaylists/DisplayListItems.h:
+
+2021-03-22  Myles C. Maxfield  <[email protected]>
+
+        [GPU Process]: Improve getImageData() perf part 1: Add a GetImageData display list item
+        https://bugs.webkit.org/show_bug.cgi?id=223544
+
         Reviewed by Wenson Hsieh.
 
         We're moving to a design for getImageData() where the web process and the GPU process

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


--- trunk/Source/WebCore/platform/graphics/displaylists/DisplayListItems.h	2021-03-23 01:53:56 UTC (rev 274838)
+++ trunk/Source/WebCore/platform/graphics/displaylists/DisplayListItems.h	2021-03-23 03:23:44 UTC (rev 274839)
@@ -2334,6 +2334,7 @@
     WebCore::DisplayList::ItemType::FlushContext,
     WebCore::DisplayList::ItemType::MetaCommandChangeDestinationImageBuffer,
     WebCore::DisplayList::ItemType::MetaCommandChangeItemBuffer,
+    WebCore::DisplayList::ItemType::GetImageData,
     WebCore::DisplayList::ItemType::PutImageData,
     WebCore::DisplayList::ItemType::PaintFrameForMedia,
     WebCore::DisplayList::ItemType::StrokeRect,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to