| 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 650cdf62fc913301a1156062d3298f4220bbba97..b9e14633c4de65f04451c6774ac1f542f221d87f 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Path.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Path.h
|
| @@ -202,9 +202,8 @@ class PLATFORM_EXPORT Path {
|
| SkPath path_;
|
| };
|
|
|
| -#if DCHECK_IS_ON()
|
| +// Only used for DCHECKs
|
| PLATFORM_EXPORT bool EllipseIsRenderable(float start_angle, float end_angle);
|
| -#endif
|
|
|
| } // namespace blink
|
|
|
|
|