Title: [229407] trunk/Source/WebKit
Revision
229407
Author
[email protected]
Date
2018-03-08 05:04:04 -0800 (Thu, 08 Mar 2018)

Log Message

Remove WebCore::TextureMapperAnimation as a special case in WebKit IPC
generation. Values of this type aren't being transferred across IPC.

Rubber-stamped by Carlos Garcia Campos.

* Scripts/webkit/messages.py:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (229406 => 229407)


--- trunk/Source/WebKit/ChangeLog	2018-03-08 13:00:31 UTC (rev 229406)
+++ trunk/Source/WebKit/ChangeLog	2018-03-08 13:04:04 UTC (rev 229407)
@@ -1,3 +1,12 @@
+2018-03-08  Zan Dobersek  <[email protected]>
+
+        Remove WebCore::TextureMapperAnimation as a special case in WebKit IPC
+        generation. Values of this type aren't being transferred across IPC.
+
+        Rubber-stamped by Carlos Garcia Campos.
+
+        * Scripts/webkit/messages.py:
+
 2018-03-08  Tim Horton  <[email protected]>
 
         Stop linking ApplicationServices directly

Modified: trunk/Source/WebKit/Scripts/webkit/messages.py (229406 => 229407)


--- trunk/Source/WebKit/Scripts/webkit/messages.py	2018-03-08 13:00:31 UTC (rev 229406)
+++ trunk/Source/WebKit/Scripts/webkit/messages.py	2018-03-08 13:04:04 UTC (rev 229407)
@@ -402,7 +402,6 @@
         'WebCore::TextCheckingRequestData': ['<WebCore/TextChecking.h>'],
         'WebCore::TextCheckingResult': ['<WebCore/TextCheckerClient.h>'],
         'WebCore::TextIndicatorData': ['<WebCore/TextIndicator.h>'],
-        'WebCore::TextureMapperAnimations': ['<WebCore/TextureMapperAnimation.h>'],
         'WebCore::ViewportAttributes': ['<WebCore/ViewportArguments.h>'],
         'WebCore::SelectionRect': ['"EditorState.h"'],
         'WebKit::BackForwardListItemState': ['"SessionState.h"'],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to