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

Unified Diff: ui/gfx/rect.cc

Issue 10996037: Do not convert from RectF to Rect by flooring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 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 | « ui/gfx/rect.h ('k') | ui/gfx/rect_base.h » ('j') | ui/gfx/rect_conversions.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/rect.cc
diff --git a/ui/gfx/rect.cc b/ui/gfx/rect.cc
index 8fc2cfbe2785cdf0f4557b920debc4a90f88a28f..9b390a3809b38544c0b241d32de4d8ca68668834 100644
--- a/ui/gfx/rect.cc
+++ b/ui/gfx/rect.cc
@@ -14,6 +14,7 @@
#include "base/stringprintf.h"
#include "ui/gfx/insets.h"
#include "ui/gfx/rect_base_impl.h"
+#include "ui/gfx/rect_conversions.h"
sky 2012/09/27 20:33:55 Do you need this include?
namespace gfx {
« no previous file with comments | « ui/gfx/rect.h ('k') | ui/gfx/rect_base.h » ('j') | ui/gfx/rect_conversions.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698