Changeset 166659 in webkit


Ignore:
Timestamp:
Apr 2, 2014 12:52:26 PM (10 years ago)
Author:
Antti Koivisto
Message:

Try to fix test failures.

  • platform/graphics/ca/mac/TileGrid.mm:

(WebCore::TileGrid::TileGrid): Initialize a field.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r166657 r166659  
     12014-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
    182014-04-02  Timothy Hatcher  <timothy@apple.com>
    29
  • trunk/Source/WebCore/platform/graphics/ca/mac/TileGrid.mm

    r166654 r166659  
    4646    : m_controller(controller)
    4747    , m_containerLayer(*controller.rootLayer().createCompatibleLayer(PlatformCALayer::LayerTypeLayer, nullptr))
     48    , m_scale(1)
    4849    , m_cohortRemovalTimer(this, &TileGrid::cohortRemovalTimerFired)
    4950{
Note: See TracChangeset for help on using the changeset viewer.