Title: [199924] tags/Safari-602.1.29/Source/WebCore
Revision
199924
Author
bshaf...@apple.com
Date
2016-04-22 16:02:42 -0700 (Fri, 22 Apr 2016)

Log Message

Merged r199904.

Modified Paths

Diff

Modified: tags/Safari-602.1.29/Source/WebCore/ChangeLog (199923 => 199924)


--- tags/Safari-602.1.29/Source/WebCore/ChangeLog	2016-04-22 23:02:10 UTC (rev 199923)
+++ tags/Safari-602.1.29/Source/WebCore/ChangeLog	2016-04-22 23:02:42 UTC (rev 199924)
@@ -1,5 +1,17 @@
 2016-04-22  Babak Shafiei  <bshaf...@apple.com>
 
+        Merge r199904.
+
+    2016-04-22  Dean Jackson  <d...@apple.com>
+
+            Yet another attempt at fixing Windows.
+
+            * platform/graphics/ca/win/PlatformCALayerWin.cpp:
+            (PlatformCALayerWin::isHidden):
+            * platform/graphics/ca/win/PlatformCALayerWin.h:
+
+2016-04-22  Babak Shafiei  <bshaf...@apple.com>
+
         Merge r199886.
 
     2016-04-22  Dean Jackson  <d...@apple.com>

Modified: tags/Safari-602.1.29/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.cpp (199923 => 199924)


--- tags/Safari-602.1.29/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.cpp	2016-04-22 23:02:10 UTC (rev 199923)
+++ tags/Safari-602.1.29/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.cpp	2016-04-22 23:02:42 UTC (rev 199924)
@@ -439,7 +439,7 @@
 
 bool PlatformCALayerWin::isHidden(bool value) const
 {
-    return CACFLayerGetHidden(m_layer.get());
+    return CACFLayerIsHidden(m_layer.get());
 }
 
 void PlatformCALayerWin::setHidden(bool value)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to