Title: [207868] trunk/Source/WebCore
Revision
207868
Author
[email protected]
Date
2016-10-25 22:12:36 -0700 (Tue, 25 Oct 2016)

Log Message

[Win] Unreviewed build fix.

* platform/graphics/GraphicsContext.h: Add missing declaration.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (207867 => 207868)


--- trunk/Source/WebCore/ChangeLog	2016-10-26 05:11:55 UTC (rev 207867)
+++ trunk/Source/WebCore/ChangeLog	2016-10-26 05:12:36 UTC (rev 207868)
@@ -1,3 +1,9 @@
+2016-10-25  Brent Fulgham  <[email protected]>
+
+        [Win] Unreviewed build fix.
+
+        * platform/graphics/GraphicsContext.h: Add missing declaration.
+
 2016-10-25  Ryosuke Niwa  <[email protected]>
 
         Updating attribute by textContent must create a single mutation record and custom element reaction

Modified: trunk/Source/WebCore/platform/graphics/GraphicsContext.h (207867 => 207868)


--- trunk/Source/WebCore/platform/graphics/GraphicsContext.h	2016-10-26 05:11:55 UTC (rev 207867)
+++ trunk/Source/WebCore/platform/graphics/GraphicsContext.h	2016-10-26 05:12:36 UTC (rev 207868)
@@ -560,6 +560,7 @@
     ID2D1Brush* solidFillBrush() const;
     ID2D1Brush* patternStrokeBrush() const;
     ID2D1Brush* patternFillBrush() const;
+    ID2D1StrokeStyle* platformStrokeStyle() const;
 
     ID2D1SolidColorBrush* brushWithColor(const Color&);
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to