Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(526)

Unified Diff: Source/core/css/BasicShapeFunctions.h

Issue 115253003: Layout support for new circle shape syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update virtual/legacy-animations-engine/animations/interpolation/shape-outside-expected.txt Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/css/BasicShapeFunctions.h
diff --git a/Source/core/css/BasicShapeFunctions.h b/Source/core/css/BasicShapeFunctions.h
index 7d07e311a2e2d638567961b93708d5ea41916843..90961f03fb19d324d54665e5ad36ae40a1df5138 100644
--- a/Source/core/css/BasicShapeFunctions.h
+++ b/Source/core/css/BasicShapeFunctions.h
@@ -30,6 +30,7 @@
#ifndef BasicShapeFunctions_h
#define BasicShapeFunctions_h
+#include "core/rendering/style/BasicShapes.h"
#include "wtf/PassRefPtr.h"
namespace WebCore {
@@ -42,6 +43,7 @@ class RenderStyle;
PassRefPtr<CSSValue> valueForBasicShape(const RenderStyle&, const BasicShape*);
PassRefPtr<BasicShape> basicShapeForValue(const StyleResolverState&, const CSSBasicShape*);
+float floatValueForCenterCoordinate(const BasicShapeCenterCoordinate&, float);
}
#endif

Powered by Google App Engine
This is Rietveld 408576698