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

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

Issue 264713015: iPhone 5c marketing site repaints incorrectly with layer squashing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Now with fix 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
Index: Source/platform/geometry/LayoutRect.h
diff --git a/Source/platform/geometry/LayoutRect.h b/Source/platform/geometry/LayoutRect.h
index c9a2b5dcce1baffc5d3e1f6876041fac1dd359a3..2890adda0dededa5727c5bfc8d5e63927fe89edd 100644
--- a/Source/platform/geometry/LayoutRect.h
+++ b/Source/platform/geometry/LayoutRect.h
@@ -171,7 +171,7 @@ public:
#ifndef NDEBUG
// Prints the rect to the screen.
- void show(bool showRawValue = false);
+ void show(bool showRawValue = false) const;
abarth-chromium 2014/05/05 18:04:03 I can put this |const| qualifier in a separate CL
#endif
private:

Powered by Google App Engine
This is Rietveld 408576698