Title: [202371] trunk/Source/WebCore
- Revision
- 202371
- Author
- [email protected]
- Date
- 2016-06-23 01:50:42 -0700 (Thu, 23 Jun 2016)
Log Message
Unreviewed. Fix the build with CSS Shapes disabled.
* css/StyleBuilderConverter.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (202370 => 202371)
--- trunk/Source/WebCore/ChangeLog 2016-06-23 07:23:19 UTC (rev 202370)
+++ trunk/Source/WebCore/ChangeLog 2016-06-23 08:50:42 UTC (rev 202371)
@@ -1,5 +1,11 @@
2016-06-23 Carlos Garcia Campos <[email protected]>
+ Unreviewed. Fix the build with CSS Shapes disabled.
+
+ * css/StyleBuilderConverter.h:
+
+2016-06-23 Carlos Garcia Campos <[email protected]>
+
[Soup] Clean up SocketStreamHandle soup implementation
https://bugs.webkit.org/show_bug.cgi?id=159024
Modified: trunk/Source/WebCore/css/StyleBuilderConverter.h (202370 => 202371)
--- trunk/Source/WebCore/css/StyleBuilderConverter.h 2016-06-23 07:23:19 UTC (rev 202370)
+++ trunk/Source/WebCore/css/StyleBuilderConverter.h 2016-06-23 08:50:42 UTC (rev 202371)
@@ -91,7 +91,9 @@
static float convertTextStrokeWidth(StyleResolver&, CSSValue&);
static LineBoxContain convertLineBoxContain(StyleResolver&, CSSValue&);
static TextDecorationSkip convertTextDecorationSkip(StyleResolver&, CSSValue&);
+#if ENABLE(CSS_SHAPES)
static PassRefPtr<ShapeValue> convertShapeValue(StyleResolver&, CSSValue&);
+#endif
#if ENABLE(CSS_SCROLL_SNAP)
static std::unique_ptr<ScrollSnapPoints> convertScrollSnapPoints(StyleResolver&, CSSValue&);
static LengthSize convertSnapCoordinatePair(StyleResolver&, CSSValue&, size_t offset = 0);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes