Index: Source/WebKit/chromium/ChangeLog |
=================================================================== |
--- Source/WebKit/chromium/ChangeLog (revision 119176) |
+++ Source/WebKit/chromium/ChangeLog (working copy) |
@@ -1,3 +1,19 @@ |
+2012-05-23 Dana Jansens <danakj@chromium.org> |
+ |
+ [chromium] Enable the CCLayerTreeHostTestCanDrawBlocksDrawing test in single-threaded mode |
+ https://bugs.webkit.org/show_bug.cgi?id=87308 |
+ |
+ Reviewed by James Robinson. |
+ |
+ Chromium bug: http://crbug.com/127481 |
+ |
+ Unit test: CCLayerTreeHostTestCanDrawBlocksDrawing.runSingleThread |
+ |
+ * tests/CCLayerTreeHostTest.cpp: |
+ (WTF::TestHooks::didCommit): |
+ (WTF): |
+ (WTF::CCLayerTreeHostTestCanDrawBlocksDrawing::didCommit): |
+ |
2012-05-23 James Robinson <jamesr@chromium.org> |
[chromium] Turn ENABLE(OVERFLOW_SCROLLING) off for Chromium port |