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

Unified Diff: third_party/WebKit/Source/platform/graphics/Path.h

Issue 2640163004: Replace ENABLE(ASSERT) with DCHECK_IS_ON(). (Closed)
Patch Set: m_domTreeVersion initialization Created 3 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: 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

Powered by Google App Engine
This is Rietveld 408576698