Title: [112710] trunk/Source/WebCore
Revision
112710
Author
[email protected]
Date
2012-03-30 12:22:24 -0700 (Fri, 30 Mar 2012)

Log Message

Fix build.

* page/scrolling/mac/ScrollingTreeMac.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (112709 => 112710)


--- trunk/Source/WebCore/ChangeLog	2012-03-30 19:06:53 UTC (rev 112709)
+++ trunk/Source/WebCore/ChangeLog	2012-03-30 19:22:24 UTC (rev 112710)
@@ -1,5 +1,11 @@
 2012-03-30  Anders Carlsson  <[email protected]>
 
+        Fix build.
+
+        * page/scrolling/mac/ScrollingTreeMac.mm:
+
+2012-03-30  Anders Carlsson  <[email protected]>
+
         Show a scrolling indicator light when compositing borders are turned on
         https://bugs.webkit.org/show_bug.cgi?id=82758
         <rdar://problem/11143892>

Modified: trunk/Source/WebCore/page/scrolling/mac/ScrollingTreeMac.mm (112709 => 112710)


--- trunk/Source/WebCore/page/scrolling/mac/ScrollingTreeMac.mm	2012-03-30 19:06:53 UTC (rev 112709)
+++ trunk/Source/WebCore/page/scrolling/mac/ScrollingTreeMac.mm	2012-03-30 19:22:24 UTC (rev 112710)
@@ -26,6 +26,8 @@
 #import "config.h"
 #import "ScrollingTree.h"
 
+#if ENABLE(THREADED_SCROLLING)
+
 #import "AutodrainedPool.h"
 #import "ScrollingTreeNodeMac.h"
 #import <QuartzCore/CATextLayer.h>
@@ -78,3 +80,5 @@
 }
 
 } // namespace WebCore
+
+#endif // ENABLE(THREADED_SCROLLING)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to