Title: [140629] trunk/Source/WebKit2
Revision
140629
Author
[email protected]
Date
2013-01-23 18:20:17 -0800 (Wed, 23 Jan 2013)

Log Message

Coordinated Graphics: Add LegacyReceiver to messages.in files.
https://bugs.webkit.org/show_bug.cgi?id=107760

Patch by Huang Dongsung <[email protected]> on 2013-01-23
Reviewed by Anders Carlsson.

After r140605, LegacyReceiver attribute is needed to use recevier specific
memeber functions.

* UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.messages.in:
* WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.messages.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (140628 => 140629)


--- trunk/Source/WebKit2/ChangeLog	2013-01-24 02:17:24 UTC (rev 140628)
+++ trunk/Source/WebKit2/ChangeLog	2013-01-24 02:20:17 UTC (rev 140629)
@@ -1,3 +1,16 @@
+2013-01-23  Huang Dongsung  <[email protected]>
+
+        Coordinated Graphics: Add LegacyReceiver to messages.in files.
+        https://bugs.webkit.org/show_bug.cgi?id=107760
+
+        Reviewed by Anders Carlsson.
+
+        After r140605, LegacyReceiver attribute is needed to use recevier specific
+        memeber functions.
+
+        * UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.messages.in:
+        * WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.messages.in:
+
 2013-01-23  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r140612.

Modified: trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.messages.in (140628 => 140629)


--- trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.messages.in	2013-01-24 02:17:24 UTC (rev 140628)
+++ trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.messages.in	2013-01-24 02:20:17 UTC (rev 140629)
@@ -18,7 +18,7 @@
 #
 
 #if USE(COORDINATED_GRAPHICS)
-messages -> CoordinatedLayerTreeHostProxy {
+messages -> CoordinatedLayerTreeHostProxy LegacyReceiver {
     SetCompositingLayerState(uint32_t id, WebKit::CoordinatedLayerInfo layerInfo)
     SetCompositingLayerChildren(uint32_t id, Vector<uint32_t> children)
 #if ENABLE(CSS_FILTERS)

Modified: trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.messages.in (140628 => 140629)


--- trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.messages.in	2013-01-24 02:17:24 UTC (rev 140628)
+++ trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.messages.in	2013-01-24 02:20:17 UTC (rev 140629)
@@ -20,7 +20,7 @@
 
 
 #if USE(COORDINATED_GRAPHICS)
-messages -> CoordinatedLayerTreeHost {
+messages -> CoordinatedLayerTreeHost LegacyReceiver {
     SetVisibleContentsRect(WebCore::FloatRect visibleContentsRect, float scale, WebCore::FloatPoint trajectoryVectory)
     RenderNextFrame()
     PurgeBackingStores()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to