Chromium Code Reviews| Index: Source/platform/geometry/LayoutRect.cpp |
| diff --git a/Source/platform/geometry/LayoutRect.cpp b/Source/platform/geometry/LayoutRect.cpp |
| index b85f6884f29a555f69c52486ceb8692531129ebf..e6f25d0758778dda1d1a609a8bbc47e8c1e9c3eb 100644 |
| --- a/Source/platform/geometry/LayoutRect.cpp |
| +++ b/Source/platform/geometry/LayoutRect.cpp |
| @@ -120,7 +120,7 @@ void LayoutRect::scale(float xAxisScale, float yAxisScale) |
| } |
| #ifndef NDEBUG |
| -void LayoutRect::show(bool showRawValue) |
| +void LayoutRect::show(bool showRawValue) const |
|
chrishtr
2014/05/05 18:06:21
Please add it to IntRect::show() also while you're
|
| { |
| if (showRawValue) |
| printf("Rect (in raw layout units): [x=%d y=%d maxX=%d maxY=%d]\n", x().rawValue(), y().rawValue(), maxX().rawValue(), maxY().rawValue()); |