Index: third_party/WebKit/Source/platform/geometry/FloatPoint.h |
diff --git a/third_party/WebKit/Source/platform/geometry/FloatPoint.h b/third_party/WebKit/Source/platform/geometry/FloatPoint.h |
index a6f016682280db92c09642d5a6c2b63780e8e3df..c1c73e69f8a7cc1064ec08bd756f1ca8b72b28fe 100644 |
--- a/third_party/WebKit/Source/platform/geometry/FloatPoint.h |
+++ b/third_party/WebKit/Source/platform/geometry/FloatPoint.h |
@@ -158,9 +158,7 @@ public: |
operator SkPoint() const { return SkPoint::Make(m_x, m_y); } |
-#ifndef NDEBUG |
String toString() const; |
-#endif |
private: |
float m_x, m_y; |