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

Unified Diff: ui/gfx/render_text.h

Issue 7569005: Rename UI_API to UI_EXPORT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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/rect.h ('k') | ui/gfx/scoped_ns_graphics_context_save_gstate_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/render_text.h
===================================================================
--- ui/gfx/render_text.h (revision 95624)
+++ ui/gfx/render_text.h (working copy)
@@ -37,7 +37,7 @@
class RenderTextTest;
// A visual style applicable to a range of text.
-struct UI_API StyleRange {
+struct UI_EXPORT StyleRange {
StyleRange();
Font font;
@@ -84,7 +84,7 @@
// the trailing side of the 2nd character 'c' when pointing to right half of
// 'c'. And it is bound to the leading edge of the 3rd character 'D' when
// pointing to right of 'D'.
-class UI_API SelectionModel {
+class UI_EXPORT SelectionModel {
public:
enum CaretPlacement {
// PREVIOUS_GRAPHEME_TRAILING means cursor is visually attached to the
@@ -142,7 +142,7 @@
// visual layout. Support is built in for a cursor, a selection, simple styling,
// complex scripts, and bi-directional text. Implementations provide mechanisms
// for rendering and translation between logical and visual data.
-class UI_API RenderText {
+class UI_EXPORT RenderText {
public:
virtual ~RenderText();
« no previous file with comments | « ui/gfx/rect.h ('k') | ui/gfx/scoped_ns_graphics_context_save_gstate_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698