Changeset 113332 in webkit
- Timestamp:
- Apr 5, 2012, 10:11:41 AM (13 years ago)
- Location:
- trunk/Source
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r113329 r113332 1 2012-04-05 Sheriff Bot <webkit.review.bot@gmail.com> 2 3 Unreviewed, rolling out r113307. 4 http://trac.webkit.org/changeset/113307 5 https://bugs.webkit.org/show_bug.cgi?id=83288 6 7 Requested by sievers@chromium.org (Requested by zhenyao on 8 #webkit). 9 10 * platform/graphics/chromium/cc/CCLayerTreeHostImpl.cpp: 11 (WebCore::CCLayerTreeHostImpl::canDraw): 12 1 13 2012-03-14 Antonio Gomes <agomes@rim.com> 2 14 -
trunk/Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHostImpl.cpp
r113307 r113332 145 145 // FIXME: Reenable after figuring out why this causes the gpu_test 146 146 // ThreadedCompositorTest.ThreadedCompositor to fail. 147 // Also reenable CCLayerTreeHostTestEmptyContentsShouldNotDraw.runMultiThread148 // in webkit_unit_tests.149 147 if (!rootLayer()) // || rootLayer()->bounds().isEmpty()) 150 148 return false; -
trunk/Source/WebKit/chromium/ChangeLog
r113316 r113332 1 2012-04-05 Sheriff Bot <webkit.review.bot@gmail.com> 2 3 Unreviewed, rolling out r113307. 4 http://trac.webkit.org/changeset/113307 5 https://bugs.webkit.org/show_bug.cgi?id=83288 6 7 Requested by sievers@chromium.org (Requested by zhenyao on 8 #webkit). 9 10 * tests/CCLayerTreeHostTest.cpp: 11 (WTF::TEST_F): 12 1 13 2012-04-05 Pavel Feldman <pfeldman@chromium.org> 2 14 -
trunk/Source/WebKit/chromium/tests/CCLayerTreeHostTest.cpp
r113307 r113332 871 871 }; 872 872 873 // FIXME: This was disabled after r113254, which made a temporary change to 874 // CCLayerTreeHostImpl::canDraw(). 875 TEST_F(CCLayerTreeHostTestEmptyContentsShouldNotDraw, FAILS_runMultiThread) 873 TEST_F(CCLayerTreeHostTestEmptyContentsShouldNotDraw, runMultiThread) 876 874 { 877 875 runTestThreaded();
Note:
See TracChangeset
for help on using the changeset viewer.