Title: [199902] trunk/Source/WebCore
Revision
199902
Author
[email protected]
Date
2016-04-22 14:07:42 -0700 (Fri, 22 Apr 2016)

Log Message

Attempt to fix Windows build after r199862

Unreviewed build fix.

* platform/graphics/ca/win/PlatformCALayerWin.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (199901 => 199902)


--- trunk/Source/WebCore/ChangeLog	2016-04-22 21:06:50 UTC (rev 199901)
+++ trunk/Source/WebCore/ChangeLog	2016-04-22 21:07:42 UTC (rev 199902)
@@ -1,3 +1,11 @@
+2016-04-22  Ryan Haddad  <[email protected]>
+
+        Attempt to fix Windows build after r199862
+
+        Unreviewed build fix.
+
+        * platform/graphics/ca/win/PlatformCALayerWin.h:
+
 2016-04-22  Brent Fulgham  <[email protected]>
 
         Anchor element 'ping' property should only apply to http/https destinations

Modified: trunk/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.h (199901 => 199902)


--- trunk/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.h	2016-04-22 21:06:50 UTC (rev 199901)
+++ trunk/Source/WebCore/platform/graphics/ca/win/PlatformCALayerWin.h	2016-04-22 21:07:42 UTC (rev 199902)
@@ -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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to