diff options
Diffstat (limited to 'ui/gfx/native_theme.h')
-rw-r--r-- | ui/gfx/native_theme.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gfx/native_theme.h b/ui/gfx/native_theme.h index 27507e4..da858a3 100644 --- a/ui/gfx/native_theme.h +++ b/ui/gfx/native_theme.h @@ -7,8 +7,8 @@ #pragma once #include "third_party/skia/include/core/SkColor.h" +#include "ui/base/ui_export.h" #include "ui/gfx/native_widget_types.h" -#include "ui/ui_api.h" class SkCanvas; @@ -32,7 +32,7 @@ class Size; // // NativeTheme also supports getting the default size of a given part with // the GetPartSize() method. -class UI_API NativeTheme { +class UI_EXPORT NativeTheme { public: // The part to be painted / sized. enum Part { |