Changeset 166659 in webkit
- Timestamp:
- Apr 2, 2014, 12:52:26 PM (11 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r166657 r166659 1 2014-04-02 Antti Koivisto <antti@apple.com> 2 3 Try to fix test failures. 4 5 * platform/graphics/ca/mac/TileGrid.mm: 6 (WebCore::TileGrid::TileGrid): Initialize a field. 7 1 8 2014-04-02 Timothy Hatcher <timothy@apple.com> 2 9 -
trunk/Source/WebCore/platform/graphics/ca/mac/TileGrid.mm
r166654 r166659 46 46 : m_controller(controller) 47 47 , m_containerLayer(*controller.rootLayer().createCompatibleLayer(PlatformCALayer::LayerTypeLayer, nullptr)) 48 , m_scale(1) 48 49 , m_cohortRemovalTimer(this, &TileGrid::cohortRemovalTimerFired) 49 50 {
Note:
See TracChangeset
for help on using the changeset viewer.