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

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

Issue 394353002: Replace tests of ASSERT_ENABLED with ENABLE(ASSERT). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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: Source/platform/graphics/Path.h
diff --git a/Source/platform/graphics/Path.h b/Source/platform/graphics/Path.h
index 0dcda81e533f65de597c8606afd88b6e5793aeb3..8e441f2fc3c260a1620c15e09d728ce20dc771e4 100644
--- a/Source/platform/graphics/Path.h
+++ b/Source/platform/graphics/Path.h
@@ -155,7 +155,7 @@ private:
SkPath m_path;
};
-#if ASSERT_ENABLED
+#if ENABLE(ASSERT)
PLATFORM_EXPORT bool ellipseIsRenderable(float startAngle, float endAngle);
#endif

Powered by Google App Engine
This is Rietveld 408576698