Chromium Code Reviews| Index: third_party/WebKit/Source/platform/geometry/FloatSize.h |
| diff --git a/third_party/WebKit/Source/platform/geometry/FloatSize.h b/third_party/WebKit/Source/platform/geometry/FloatSize.h |
| index e959cf32e3572d2cebf539a08231a971fab44007..36a8c032c04c366a258ec681d6cacf212cfad2fd 100644 |
| --- a/third_party/WebKit/Source/platform/geometry/FloatSize.h |
| +++ b/third_party/WebKit/Source/platform/geometry/FloatSize.h |
| @@ -135,9 +135,7 @@ public: |
| operator SkSize() const { return SkSize::Make(m_width, m_height); } |
| -#ifndef NDEBUG |
| String toString() const; |
| -#endif |
| private: |
| float m_width, m_height; |