Title: [199904] trunk/Source/WebCore
Revision
199904
Author
d...@apple.com
Date
2016-04-22 14:22:52 -0700 (Fri, 22 Apr 2016)

Log Message

Yet another attempt at fixing Windows.

* platform/graphics/ca/win/PlatformCALayerWin.cpp:
(PlatformCALayerWin::isHidden):
* platform/graphics/ca/win/PlatformCALayerWin.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (199903 => 199904)


--- trunk/Source/WebCore/ChangeLog	2016-04-22 21:07:45 UTC (rev 199903)
+++ trunk/Source/WebCore/ChangeLog	2016-04-22 21:22:52 UTC (rev 199904)
@@ -1,3 +1,11 @@
+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  Ryan Haddad  <ryanhad...@apple.com>
 
         Attempt to fix Windows build after r199862

Modified: trunk/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.cpp (199903 => 199904)


--- trunk/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.cpp	2016-04-22 21:07:45 UTC (rev 199903)
+++ trunk/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.cpp	2016-04-22 21:22:52 UTC (rev 199904)
@@ -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