Title: [115676] trunk/Source/WebKit2
- Revision
- 115676
- Author
- [email protected]
- Date
- 2012-04-30 15:06:17 -0700 (Mon, 30 Apr 2012)
Log Message
Build fix.
* Shared/DrawingAreaInfo.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (115675 => 115676)
--- trunk/Source/WebKit2/ChangeLog 2012-04-30 22:04:59 UTC (rev 115675)
+++ trunk/Source/WebKit2/ChangeLog 2012-04-30 22:06:17 UTC (rev 115676)
@@ -1,3 +1,9 @@
+2012-04-30 Anders Carlsson <[email protected]>
+
+ Build fix.
+
+ * Shared/DrawingAreaInfo.h:
+
2012-04-30 Emil A Eklund <[email protected]>
[gtk, qt, chromium, win] Fix usage of LayoutUnits and rounding in platform code
Modified: trunk/Source/WebKit2/Shared/DrawingAreaInfo.h (115675 => 115676)
--- trunk/Source/WebKit2/Shared/DrawingAreaInfo.h 2012-04-30 22:04:59 UTC (rev 115675)
+++ trunk/Source/WebKit2/Shared/DrawingAreaInfo.h 2012-04-30 22:06:17 UTC (rev 115676)
@@ -30,7 +30,7 @@
enum DrawingAreaType {
DrawingAreaTypeImpl,
-#if PLATFORM(MAC)
+#if PLATFORM(MAC) && ENABLE(THREADED_SCROLLING)
DrawingAreaTypeTiledCoreAnimation,
#endif
};
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes