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

Log Message

Merged r199902.

Modified Paths

Diff

Modified: tags/Safari-602.1.29/Source/WebCore/ChangeLog (199919 => 199920)


--- tags/Safari-602.1.29/Source/WebCore/ChangeLog	2016-04-22 22:46:54 UTC (rev 199919)
+++ tags/Safari-602.1.29/Source/WebCore/ChangeLog	2016-04-22 22:57:42 UTC (rev 199920)
@@ -1,5 +1,17 @@
 2016-04-22  Babak Shafiei  <bshaf...@apple.com>
 
+        Merge r199902.
+
+    2016-04-22  Ryan Haddad  <ryanhad...@apple.com>
+
+            Attempt to fix Windows build after r199862
+
+            Unreviewed build fix.
+
+            * platform/graphics/ca/win/PlatformCALayerWin.h:
+
+2016-04-22  Babak Shafiei  <bshaf...@apple.com>
+
         Merge r199896.
 
     2016-04-22  Ryan Haddad  <ryanhad...@apple.com>

Modified: tags/Safari-602.1.29/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.h (199919 => 199920)


--- tags/Safari-602.1.29/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.h	2016-04-22 22:46:54 UTC (rev 199919)
+++ tags/Safari-602.1.29/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.h	2016-04-22 22:57:42 UTC (rev 199920)
@@ -79,6 +79,7 @@
     TransformationMatrix sublayerTransform() const override;
     void setSublayerTransform(const TransformationMatrix&) override;
 
+    bool isHidden() const override;
     void setHidden(bool) override;
 
     void setBackingStoreAttached(bool) override;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to