| Index: third_party/WebKit/Source/platform/graphics/Path.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Path.h b/third_party/WebKit/Source/platform/graphics/Path.h
|
| index d7bcc52e2c4cfd2846e85747635e75b917e99b22..69429c1eb880fa264c8710657a2f139253fce323 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Path.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Path.h
|
| @@ -202,7 +202,7 @@ class PLATFORM_EXPORT Path {
|
| SkPath m_path;
|
| };
|
|
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| PLATFORM_EXPORT bool ellipseIsRenderable(float startAngle, float endAngle);
|
| #endif
|
|
|
|
|