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

Unified Diff: ui/gfx/size_f.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_f.h
diff --git a/ui/gfx/size_f.h b/ui/gfx/size_f.h
index f9ac6bd890e5b5ab7ec4e7d4c880a5c7f4fef84b..b83c87e8c96f5780a6dd44b6c211d63106b8747b 100644
--- a/ui/gfx/size_f.h
+++ b/ui/gfx/size_f.h
@@ -9,6 +9,7 @@
#include "ui/base/ui_export.h"
#include "ui/gfx/size_base.h"
+#include "ui/gfx/vector2d_f.h"
Peter Kasting 2012/10/30 01:14:14 Nit: Revert?
namespace gfx {

Powered by Google App Engine
This is Rietveld 408576698