diff options
Diffstat (limited to 'WebCore/platform/graphics/Path.cpp')
-rw-r--r-- | WebCore/platform/graphics/Path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/Path.cpp b/WebCore/platform/graphics/Path.cpp index f3450be..e30703c 100644 --- a/WebCore/platform/graphics/Path.cpp +++ b/WebCore/platform/graphics/Path.cpp @@ -35,7 +35,7 @@ #include <math.h> #include <wtf/MathExtras.h> -const float QUARTER = 0.552f; // approximation of control point positions on a bezier +static const float QUARTER = 0.552f; // approximation of control point positions on a bezier // to simulate a quarter of a circle. namespace WebCore { |