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

Unified Diff: ui/gfx/size.h

Issue 11269022: Add Vector2d classes that represent offsets, instead of using Point. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more vector use fixes 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/gfx/size.h
diff --git a/ui/gfx/size.h b/ui/gfx/size.h
index 4425207a18fa4b25b3a8bb433a4bd7b9da9940a8..d65d71b734d1602ec6004e6eabb90d5318cc1b98 100644
--- a/ui/gfx/size.h
+++ b/ui/gfx/size.h
@@ -11,6 +11,7 @@
#include "ui/base/ui_export.h"
#include "ui/gfx/size_base.h"
#include "ui/gfx/size_f.h"
+#include "ui/gfx/vector2d.h"
Peter Kasting 2012/10/30 01:14:14 Nit: Revert?
#if defined(OS_WIN)
typedef struct tagSIZE SIZE;

Powered by Google App Engine
This is Rietveld 408576698