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

Unified Diff: ui/gfx/box_f.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/blit.h ('k') | ui/gfx/canvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/box_f.h
diff --git a/ui/gfx/box_f.h b/ui/gfx/box_f.h
index 01063b19712b7b0590e1317df9e3d628c7abcb49..fb2c1910a96ebe18375ab8eee821f136ea0b51a5 100644
--- a/ui/gfx/box_f.h
+++ b/ui/gfx/box_f.h
@@ -12,7 +12,7 @@ namespace gfx {
// A 3d version of gfx::RectF, with the positive z-axis pointed towards
// the camera.
-class UI_EXPORT BoxF {
+class GFX_EXPORT BoxF {
public:
BoxF()
: width_(0.f),
@@ -101,7 +101,7 @@ class UI_EXPORT BoxF {
float depth_;
};
-UI_EXPORT BoxF UnionBoxes(const BoxF& a, const BoxF& b);
+GFX_EXPORT BoxF UnionBoxes(const BoxF& a, const BoxF& b);
inline BoxF ScaleBox(const BoxF& b,
float x_scale,
« no previous file with comments | « ui/gfx/blit.h ('k') | ui/gfx/canvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698