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

Log Message

Merged r199915.

Modified Paths

Diff

Modified: tags/Safari-602.1.29/Source/WebCore/ChangeLog (199929 => 199930)


--- tags/Safari-602.1.29/Source/WebCore/ChangeLog	2016-04-22 23:07:15 UTC (rev 199929)
+++ tags/Safari-602.1.29/Source/WebCore/ChangeLog	2016-04-22 23:08:15 UTC (rev 199930)
@@ -1,5 +1,16 @@
 2016-04-22  Babak Shafiei  <bshaf...@apple.com>
 
+        Merge r199915.
+
+    2016-04-22  Brent Fulgham  <bfulg...@apple.com>
+
+            [Win] Unreviewed build fix.
+
+            * platform/graphics/ca/win/PlatformCALayerWin.cpp:
+            (PlatformCALayerWin::isHidden):
+
+2016-04-22  Babak Shafiei  <bshaf...@apple.com>
+
         Merge r199885.
 
     2016-04-22  Brady Eidson  <beid...@apple.com>

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


--- tags/Safari-602.1.29/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.cpp	2016-04-22 23:07:15 UTC (rev 199929)
+++ tags/Safari-602.1.29/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.cpp	2016-04-22 23:08:15 UTC (rev 199930)
@@ -437,7 +437,7 @@
     setNeedsCommit();
 }
 
-bool PlatformCALayerWin::isHidden(bool value) const
+bool PlatformCALayerWin::isHidden() const
 {
     return CACFLayerIsHidden(m_layer.get());
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to