Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1494)

Unified Diff: Source/platform/geometry/LayoutRect.cpp

Issue 264713015: iPhone 5c marketing site repaints incorrectly with layer squashing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Moar const Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/geometry/LayoutRect.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
{
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());
« no previous file with comments | « Source/platform/geometry/LayoutRect.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698