| Index: third_party/WebKit/Source/platform/graphics/Path.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Path.cpp b/third_party/WebKit/Source/platform/graphics/Path.cpp
|
| index dd890089b67e1758fc6cf805777d198359307cd2..cf5baae2ed3218bad19fa73bcd46377f008b1e93 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Path.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/Path.cpp
|
| @@ -549,7 +549,7 @@ bool Path::intersectPath(const Path& other) {
|
| return Op(m_path, other.m_path, kIntersect_SkPathOp, &m_path);
|
| }
|
|
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| bool ellipseIsRenderable(float startAngle, float endAngle) {
|
| return (std::abs(endAngle - startAngle) < twoPiFloat) ||
|
| WebCoreFloatNearlyEqual(std::abs(endAngle - startAngle), twoPiFloat);
|
|
|