| Index: ui/gfx/icon_util.h
|
| ===================================================================
|
| --- ui/gfx/icon_util.h (revision 92815)
|
| +++ ui/gfx/icon_util.h (working copy)
|
| @@ -9,7 +9,9 @@
|
| #include <windows.h>
|
| #include <string>
|
| #include <vector>
|
| +
|
| #include "base/basictypes.h"
|
| +#include "ui/ui_api.h"
|
|
|
| namespace gfx {
|
| class Size;
|
| @@ -48,7 +50,7 @@
|
| // ::DestroyIcon(icon);
|
| //
|
| ///////////////////////////////////////////////////////////////////////////////
|
| -class IconUtil {
|
| +class UI_API IconUtil {
|
| public:
|
| // Given an SkBitmap object, the function converts the bitmap to a Windows
|
| // icon and returns the corresponding HICON handle. If the function cannot
|
|
|