Changeset 96986 in webkit


Ignore:
Timestamp:
Oct 7, 2011, 4:20:29 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

First round of unit tests for CCLayerTreeHostCommon.
https://bugs.webkit.org/show_bug.cgi?id=69197

Patch by Shawn Singh <shawnsingh@chromium.org> on 2011-10-07
Reviewed by James Robinson.

This round of tests focuses on verifying the computation of matrix transforms
in calculateDrawTransformsAndVisibility.

  • WebKit.gypi:
  • tests/CCLayerTreeHostCommonTest.cpp: Added.

(WebCore::setLayerPropertiesForTesting):
(WebCore::executeCalculateDrawTransformsAndVisibility):
(WebCore::remove3DComponentOfMatrix):
(WebCore::LayerChromiumWithForcedDrawsContent::LayerChromiumWithForcedDrawsContent):
(WebCore::LayerChromiumWithForcedDrawsContent::drawsContent):
(WebCore::TEST):

Location:
trunk/Source/WebKit/chromium
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r96964 r96986  
     12011-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
    1202011-10-07  Tony Chang  <tony@chromium.org>
    221
  • trunk/Source/WebKit/chromium/WebKit.gypi

    r96912 r96986  
    5656            'tests/AssociatedURLLoaderTest.cpp',
    5757            'tests/CCLayerSorterTest.cpp',
     58            'tests/CCLayerTreeHostCommonTest.cpp',
    5859            'tests/CCLayerTreeHostImplTest.cpp',
    5960            'tests/CCLayerTreeHostTest.cpp',
Note: See TracChangeset for help on using the changeset viewer.