Title: [199915] trunk/Source/WebCore
Revision
199915
Author
bfulg...@apple.com
Date
2016-04-22 15:30:00 -0700 (Fri, 22 Apr 2016)

Log Message

[Win] Unreviewed build fix.

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

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (199914 => 199915)


--- trunk/Source/WebCore/ChangeLog	2016-04-22 22:05:36 UTC (rev 199914)
+++ trunk/Source/WebCore/ChangeLog	2016-04-22 22:30:00 UTC (rev 199915)
@@ -1,3 +1,10 @@
+2016-04-22  Brent Fulgham  <bfulg...@apple.com>
+
+        [Win] Unreviewed build fix.
+
+        * platform/graphics/ca/win/PlatformCALayerWin.cpp:
+        (PlatformCALayerWin::isHidden):
+
 2016-04-22  Jer Noble  <jer.no...@apple.com>
 
         [iOS] Crash at -[WebAVPlayerLayer resolveBounds]

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


--- trunk/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.cpp	2016-04-22 22:05:36 UTC (rev 199914)
+++ trunk/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.cpp	2016-04-22 22:30:00 UTC (rev 199915)
@@ -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