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

Unified Diff: Source/platform/geometry/IntRect.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/IntRect.h ('k') | Source/platform/geometry/LayoutRect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/IntRect.cpp
diff --git a/Source/platform/geometry/IntRect.cpp b/Source/platform/geometry/IntRect.cpp
index 003d6f989013665b76634cd7c2757ecb34eecf7c..4a61fab2618c4ea23ef22c5578cfdf68c71f8852 100644
--- a/Source/platform/geometry/IntRect.cpp
+++ b/Source/platform/geometry/IntRect.cpp
@@ -173,7 +173,7 @@ IntRect unionRect(const Vector<IntRect>& rects)
#ifndef NDEBUG
// Prints the rect to the screen.
-void IntRect::show()
+void IntRect::show() const
{
LayoutRect(*this).show();
}
« no previous file with comments | « Source/platform/geometry/IntRect.h ('k') | Source/platform/geometry/LayoutRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698