Changeset 113254 in webkit
- Timestamp:
- Apr 4, 2012, 3:53:02 PM (13 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r113252 r113254 1 2012-04-04 Zhenyao Mo <zmo@google.com> 2 3 Unreviewed, GPU bots build fix. 4 5 Commited on behalf of sievers@chromium.org. 6 7 * platform/graphics/chromium/cc/CCLayerTreeHostImpl.cpp: 8 (WebCore::CCLayerTreeHostImpl::canDraw): 9 1 10 2012-04-04 Abhishek Arya <inferno@chromium.org> 2 11 -
trunk/Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHostImpl.cpp
r113248 r113254 143 143 bool CCLayerTreeHostImpl::canDraw() 144 144 { 145 if (!rootLayer() || rootLayer()->bounds().isEmpty()) 145 // FIXME: Reenable after figuring out why this causes the gpu_test 146 // ThreadedCompositorTest.ThreadedCompositor to fail. 147 if (!rootLayer()) // || rootLayer()->bounds().isEmpty()) 146 148 return false; 147 149 if (viewportSize().isEmpty())
Note:
See TracChangeset
for help on using the changeset viewer.