Index: third_party/WebKit/Source/platform/geometry/FloatRect.h |
diff --git a/third_party/WebKit/Source/platform/geometry/FloatRect.h b/third_party/WebKit/Source/platform/geometry/FloatRect.h |
index 1b527edf86099679b0cb5ac2c4858111a1d7685d..ff6536d063218b7bad01549531cb8e81af6e5a05 100644 |
--- a/third_party/WebKit/Source/platform/geometry/FloatRect.h |
+++ b/third_party/WebKit/Source/platform/geometry/FloatRect.h |
@@ -189,14 +189,10 @@ public: |
operator gfx::RectF() const; |
#if ENABLE(ASSERT) |
- // Prints the rect to the screen. |
- void show() const; |
bool mayNotHaveExactIntRectRepresentation() const; |
#endif |
-#ifndef NDEBUG |
String toString() const; |
-#endif |
private: |
FloatPoint m_location; |