Chromium Code Reviews| Index: third_party/WebKit/Source/platform/geometry/LayoutRect.h |
| diff --git a/third_party/WebKit/Source/platform/geometry/LayoutRect.h b/third_party/WebKit/Source/platform/geometry/LayoutRect.h |
| index 6811d62a80ecb1dc5258783ace3f021f806e728b..f252f8aa45b6ab7a06f691c57f3930e2877e5cd6 100644 |
| --- a/third_party/WebKit/Source/platform/geometry/LayoutRect.h |
| +++ b/third_party/WebKit/Source/platform/geometry/LayoutRect.h |
| @@ -201,11 +201,7 @@ public: |
| return infiniteIntRect; |
| } |
| -#ifndef NDEBUG |
| - // Prints the rect to the screen. |
| - void show(bool showRawValue = false) const; |
| String toString() const; |
| -#endif |
| private: |
| LayoutPoint m_location; |