Title: [161374] trunk/Source/WebKit2
Revision
161374
Author
[email protected]
Date
2014-01-06 14:38:12 -0800 (Mon, 06 Jan 2014)

Log Message

Fix the build.

Need to add RemoteScrollingCoordinator to MESSAGE_RECEIVERS so that
RemoteScrollingCoordinatorMessages.h gets generated.

* DerivedSources.make:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (161373 => 161374)


--- trunk/Source/WebKit2/ChangeLog	2014-01-06 22:19:42 UTC (rev 161373)
+++ trunk/Source/WebKit2/ChangeLog	2014-01-06 22:38:12 UTC (rev 161374)
@@ -1,5 +1,14 @@
 2014-01-06  Simon Fraser  <[email protected]>
 
+        Fix the build.
+        
+        Need to add RemoteScrollingCoordinator to MESSAGE_RECEIVERS so that
+        RemoteScrollingCoordinatorMessages.h gets generated.
+
+        * DerivedSources.make:
+
+2014-01-06  Simon Fraser  <[email protected]>
+
         Rename DrawingArea::supportsThreadedScrolling() to supportsAsyncScrolling()
         https://bugs.webkit.org/show_bug.cgi?id=126529
 

Modified: trunk/Source/WebKit2/DerivedSources.make (161373 => 161374)


--- trunk/Source/WebKit2/DerivedSources.make	2014-01-06 22:19:42 UTC (rev 161373)
+++ trunk/Source/WebKit2/DerivedSources.make	2014-01-06 22:38:12 UTC (rev 161374)
@@ -87,6 +87,7 @@
     PluginProxy \
     RemoteLayerTreeDrawingAreaProxy \
     RemoteObjectRegistry \
+    RemoteScrollingCoordinator \
     SecItemShim \
     SecItemShimProxy \
     StorageAreaMap \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to