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

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: Use FloatSize/FloatPoint's more Created 6 years, 11 months 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..f3565d99005179109bc7b90fc2be58bf04931f54 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 {
@@ -37,11 +38,13 @@ namespace WebCore {
class BasicShape;
class CSSBasicShape;
class CSSValue;
+class FloatPoint;
class StyleResolverState;
class RenderStyle;
PassRefPtr<CSSValue> valueForBasicShape(const RenderStyle&, const BasicShape*);
PassRefPtr<BasicShape> basicShapeForValue(const StyleResolverState&, const CSSBasicShape*);
+FloatPoint floatPointForCenterCoordinate(const BasicShapeCenterCoordinate&, const BasicShapeCenterCoordinate&, FloatSize);
}
#endif

Powered by Google App Engine
This is Rietveld 408576698