Changeset 96986 in webkit
- Timestamp:
- Oct 7, 2011, 4:20:29 PM (14 years ago)
- Location:
- trunk/Source/WebKit/chromium
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/chromium/ChangeLog
r96964 r96986 1 2011-10-07 Shawn Singh <shawnsingh@chromium.org> 2 3 First round of unit tests for CCLayerTreeHostCommon. 4 https://bugs.webkit.org/show_bug.cgi?id=69197 5 6 Reviewed by James Robinson. 7 8 This round of tests focuses on verifying the computation of matrix transforms 9 in calculateDrawTransformsAndVisibility. 10 11 * WebKit.gypi: 12 * tests/CCLayerTreeHostCommonTest.cpp: Added. 13 (WebCore::setLayerPropertiesForTesting): 14 (WebCore::executeCalculateDrawTransformsAndVisibility): 15 (WebCore::remove3DComponentOfMatrix): 16 (WebCore::LayerChromiumWithForcedDrawsContent::LayerChromiumWithForcedDrawsContent): 17 (WebCore::LayerChromiumWithForcedDrawsContent::drawsContent): 18 (WebCore::TEST): 19 1 20 2011-10-07 Tony Chang <tony@chromium.org> 2 21 -
trunk/Source/WebKit/chromium/WebKit.gypi
r96912 r96986 56 56 'tests/AssociatedURLLoaderTest.cpp', 57 57 'tests/CCLayerSorterTest.cpp', 58 'tests/CCLayerTreeHostCommonTest.cpp', 58 59 'tests/CCLayerTreeHostImplTest.cpp', 59 60 'tests/CCLayerTreeHostTest.cpp',
Note:
See TracChangeset
for help on using the changeset viewer.