| Index: ui/base/gtk/gtk_im_context_util.h
|
| ===================================================================
|
| --- ui/base/gtk/gtk_im_context_util.h (revision 95624)
|
| +++ ui/base/gtk/gtk_im_context_util.h (working copy)
|
| @@ -8,7 +8,7 @@
|
|
|
| #include <pango/pango-attributes.h>
|
|
|
| -#include "ui/ui_api.h"
|
| +#include "ui/base/ui_export.h"
|
|
|
| namespace ui {
|
|
|
| @@ -16,10 +16,11 @@
|
|
|
| // Extracts composition text information (text, underlines, selection range)
|
| // from given Gtk preedit data (utf-8 text, pango attributes, cursor position).
|
| -UI_API void ExtractCompositionTextFromGtkPreedit(const gchar* utf8_text,
|
| - PangoAttrList* attrs,
|
| - int cursor_position,
|
| - CompositionText* composition);
|
| +UI_EXPORT void ExtractCompositionTextFromGtkPreedit(
|
| + const gchar* utf8_text,
|
| + PangoAttrList* attrs,
|
| + int cursor_position,
|
| + CompositionText* composition);
|
|
|
| } // namespace ui
|
|
|
|
|