Title: [166659] trunk/Source/WebCore
Revision
166659
Author
[email protected]
Date
2014-04-02 12:52:26 -0700 (Wed, 02 Apr 2014)

Log Message

Try to fix test failures.

* platform/graphics/ca/mac/TileGrid.mm:
(WebCore::TileGrid::TileGrid):  Initialize a field.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (166658 => 166659)


--- trunk/Source/WebCore/ChangeLog	2014-04-02 19:51:43 UTC (rev 166658)
+++ trunk/Source/WebCore/ChangeLog	2014-04-02 19:52:26 UTC (rev 166659)
@@ -1,3 +1,10 @@
+2014-04-02  Antti Koivisto  <[email protected]>
+
+        Try to fix test failures.
+
+        * platform/graphics/ca/mac/TileGrid.mm:
+        (WebCore::TileGrid::TileGrid):  Initialize a field.
+
 2014-04-02  Timothy Hatcher  <[email protected]>
 
         Remove Input domain from the Web Inspector protocol.

Modified: trunk/Source/WebCore/platform/graphics/ca/mac/TileGrid.mm (166658 => 166659)


--- trunk/Source/WebCore/platform/graphics/ca/mac/TileGrid.mm	2014-04-02 19:51:43 UTC (rev 166658)
+++ trunk/Source/WebCore/platform/graphics/ca/mac/TileGrid.mm	2014-04-02 19:52:26 UTC (rev 166659)
@@ -45,6 +45,7 @@
 TileGrid::TileGrid(TileController& controller)
     : m_controller(controller)
     , m_containerLayer(*controller.rootLayer().createCompatibleLayer(PlatformCALayer::LayerTypeLayer, nullptr))
+    , m_scale(1)
     , m_cohortRemovalTimer(this, &TileGrid::cohortRemovalTimerFired)
 {
 #ifndef NDEBUG
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to