Title: [211266] branches/safari-603-branch/Source/WebCore
Revision
211266
Author
matthew_han...@apple.com
Date
2017-01-27 00:02:08 -0800 (Fri, 27 Jan 2017)

Log Message

Merge r211230. rdar://problem/30009849

Modified Paths

Diff

Modified: branches/safari-603-branch/Source/WebCore/ChangeLog (211265 => 211266)


--- branches/safari-603-branch/Source/WebCore/ChangeLog	2017-01-27 08:02:05 UTC (rev 211265)
+++ branches/safari-603-branch/Source/WebCore/ChangeLog	2017-01-27 08:02:08 UTC (rev 211266)
@@ -1,5 +1,23 @@
 2017-01-26  Matthew Hanson  <matthew_han...@apple.com>
 
+        Merge r211230. rdar://problem/30009849
+
+    2017-01-26  Commit Queue  <commit-qu...@webkit.org>
+
+            Unreviewed, rolling out r210095.
+            https://bugs.webkit.org/show_bug.cgi?id=167464
+
+            broke tiling on mac (Requested by thorton on #webkit).
+
+            Reverted changeset:
+
+            "TileGrid revalidates tiles twice during flush, first with
+            wrong visible rect"
+            https://bugs.webkit.org/show_bug.cgi?id=166406
+            http://trac.webkit.org/changeset/210095
+
+2017-01-26  Matthew Hanson  <matthew_han...@apple.com>
+
         Merge r211229. rdar://problem/30216981
 
     2017-01-26  Chris Dumez  <cdu...@apple.com>

Modified: branches/safari-603-branch/Source/WebCore/platform/graphics/ca/TileGrid.cpp (211265 => 211266)


--- branches/safari-603-branch/Source/WebCore/platform/graphics/ca/TileGrid.cpp	2017-01-27 08:02:05 UTC (rev 211265)
+++ branches/safari-603-branch/Source/WebCore/platform/graphics/ca/TileGrid.cpp	2017-01-27 08:02:08 UTC (rev 211266)
@@ -78,7 +78,8 @@
     transform.scale(1 / m_scale);
     m_containerLayer->setTransform(transform);
 
-    m_controller.setNeedsRevalidateTiles();
+    // FIXME: we may revalidateTiles twice in this commit.
+    revalidateTiles(PruneSecondaryTiles);
 
     m_containerLayer.get().setContentsScale(m_controller.deviceScaleFactor());
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to