Title: [112722] trunk/Source/WebKit2
- Revision
- 112722
- Author
- ander...@apple.com
- Date
- 2012-03-30 13:55:47 -0700 (Fri, 30 Mar 2012)
Log Message
Fix Lion build.
* WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm:
(WebKit::TiledCoreAnimationDrawingArea::updatePreferences):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (112721 => 112722)
--- trunk/Source/WebKit2/ChangeLog 2012-03-30 20:51:30 UTC (rev 112721)
+++ trunk/Source/WebKit2/ChangeLog 2012-03-30 20:55:47 UTC (rev 112722)
@@ -1,3 +1,10 @@
+2012-03-30 Anders Carlsson <ander...@apple.com>
+
+ Fix Lion build.
+
+ * WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm:
+ (WebKit::TiledCoreAnimationDrawingArea::updatePreferences):
+
2012-03-30 Mark Pilgrim <pilg...@chromium.org>
GEOLOCATION should be implemented as Page Supplement
Modified: trunk/Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm (112721 => 112722)
--- trunk/Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm 2012-03-30 20:51:30 UTC (rev 112721)
+++ trunk/Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm 2012-03-30 20:55:47 UTC (rev 112722)
@@ -233,7 +233,9 @@
m_debugInfoLayer = nullptr;
}
+#if ENABLE(THREADED_SCROLLING)
ScrollingThread::dispatch(bind(&ScrollingTree::setDebugRootLayer, m_webPage->corePage()->scrollingCoordinator()->scrollingTree(), m_debugInfoLayer));
+#endif
}
void TiledCoreAnimationDrawingArea::notifyAnimationStarted(const GraphicsLayer*, double)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes