| Index: ui/base/cursor/cursor_loader_x11.h
|
| diff --git a/ui/base/cursor/cursor_loader_x11.h b/ui/base/cursor/cursor_loader_x11.h
|
| index a0265ffe3aeac1af4bbca89fe22985ed38cbd984..d493b1e157905f538826e8517878ae3495104a44 100644
|
| --- a/ui/base/cursor/cursor_loader_x11.h
|
| +++ b/ui/base/cursor/cursor_loader_x11.h
|
| @@ -11,13 +11,13 @@
|
| #include "base/compiler_specific.h"
|
| #include "ui/base/cursor/cursor.h"
|
| #include "ui/base/cursor/cursor_loader.h"
|
| -#include "ui/base/ui_export.h"
|
| +#include "ui/base/ui_base_export.h"
|
| #include "ui/base/x/x11_util.h"
|
| #include "ui/gfx/display.h"
|
|
|
| namespace ui {
|
|
|
| -class UI_EXPORT CursorLoaderX11 : public CursorLoader {
|
| +class UI_BASE_EXPORT CursorLoaderX11 : public CursorLoader {
|
| public:
|
| CursorLoaderX11();
|
| virtual ~CursorLoaderX11();
|
| @@ -59,7 +59,7 @@ class UI_EXPORT CursorLoaderX11 : public CursorLoader {
|
| // Scale and rotate the cursor's bitmap and hotpoint.
|
| // |bitmap_in_out| and |hotpoint_in_out| are used as
|
| // both input and output.
|
| -UI_EXPORT void ScaleAndRotateCursorBitmapAndHotpoint(
|
| +UI_BASE_EXPORT void ScaleAndRotateCursorBitmapAndHotpoint(
|
| float scale,
|
| gfx::Display::Rotation rotation,
|
| SkBitmap* bitmap_in_out,
|
|
|