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

Unified Diff: ui/gfx/vector2d.h

Issue 23498059: Remove last dependencies on ui/base from ui/gfx (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: last rebase Created 7 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/utf16_indexing.h ('k') | ui/gfx/vector2d_conversions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/vector2d.h
diff --git a/ui/gfx/vector2d.h b/ui/gfx/vector2d.h
index 9494120d26d59fb7bc9b1ff09cba769d2ee280b8..8dd76324d1a90a3c1d6673f41edf9dcd9b255db6 100644
--- a/ui/gfx/vector2d.h
+++ b/ui/gfx/vector2d.h
@@ -18,7 +18,7 @@
namespace gfx {
-class UI_EXPORT Vector2d {
+class GFX_EXPORT Vector2d {
public:
Vector2d() : x_(0), y_(0) {}
Vector2d(int x, int y) : x_(x), y_(y) {}
« no previous file with comments | « ui/gfx/utf16_indexing.h ('k') | ui/gfx/vector2d_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698