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

Unified Diff: ui/gfx/size.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
Index: ui/gfx/size.cc
diff --git a/ui/gfx/size.cc b/ui/gfx/size.cc
index de21a70d11b46edd02595d870897925876a8df87..6d28ded281ab4b039bd63aea70ae695214269588 100644
--- a/ui/gfx/size.cc
+++ b/ui/gfx/size.cc
@@ -11,7 +11,6 @@
#include "base/logging.h"
#include "base/stringprintf.h"
#include "ui/gfx/size_base.h"
-#include "ui/gfx/size_base_impl.h"
namespace gfx {

Powered by Google App Engine
This is Rietveld 408576698