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

Unified Diff: ui/gfx/transform.h

Issue 23498059: Remove last dependencies on ui/base from ui/gfx (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix DEPS file 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
Index: ui/gfx/transform.h
diff --git a/ui/gfx/transform.h b/ui/gfx/transform.h
index 0c686560f65b3308f5d4d55f922ebeb9592f5e3c..e2c55865ae9a72baec3cd3713434472ee9e090d7 100644
--- a/ui/gfx/transform.h
+++ b/ui/gfx/transform.h
@@ -21,7 +21,7 @@ class Vector3dF;
// 4x4 transformation matrix. Transform is cheap and explicitly allows
// copy/assign.
-class UI_EXPORT Transform {
+class GFX_EXPORT Transform {
public:
enum SkipInitialization {

Powered by Google App Engine
This is Rietveld 408576698