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

Unified Diff: ui/gfx/font_list.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/font_fallback_win.h ('k') | ui/gfx/font_render_params_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/font_list.h
diff --git a/ui/gfx/font_list.h b/ui/gfx/font_list.h
index ae96251cce89170b052ef40c753754626592918a..96398a1dcd0118781aa94d3caea4d35796955974 100644
--- a/ui/gfx/font_list.h
+++ b/ui/gfx/font_list.h
@@ -32,7 +32,7 @@ namespace gfx {
//
// FontList allows operator= since FontList is a data member type in RenderText,
// and operator= is used in RenderText::SetFontList().
-class UI_EXPORT FontList {
+class GFX_EXPORT FontList {
public:
// Creates a font list with a Font with default name and style.
FontList();
« no previous file with comments | « ui/gfx/font_fallback_win.h ('k') | ui/gfx/font_render_params_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698