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

Unified Diff: ui/aura/root_window.cc

Issue 11275089: SkRect to gfx::Rect type conversions. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Use ToFlooredRectDeprecated and revert Transform API change Created 8 years, 2 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/aura/root_window.cc
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
index d9e70eada851c636bd0249a53408ee447cfe7d0c..c9c3d087cfb9bb814ef0c9a0648f54a055dcb45b 100644
--- a/ui/aura/root_window.cc
+++ b/ui/aura/root_window.cc
@@ -39,6 +39,8 @@
#include "ui/gfx/display.h"
#include "ui/gfx/point3_f.h"
#include "ui/gfx/point_conversions.h"
+#include "ui/gfx/rect_f.h"
danakj 2012/11/01 00:59:23 These aren't needed now?
+#include "ui/gfx/rect_conversions.h"
#include "ui/gfx/screen.h"
using std::vector;

Powered by Google App Engine
This is Rietveld 408576698