| Index: ui/gfx/skbitmap_operations.h
|
| ===================================================================
|
| --- ui/gfx/skbitmap_operations.h (revision 92815)
|
| +++ ui/gfx/skbitmap_operations.h (working copy)
|
| @@ -8,10 +8,11 @@
|
|
|
| #include "base/gtest_prod_util.h"
|
| #include "ui/gfx/color_utils.h"
|
| +#include "ui/ui_api.h"
|
|
|
| class SkBitmap;
|
|
|
| -class SkBitmapOperations {
|
| +class UI_API SkBitmapOperations {
|
| public:
|
| // Create a bitmap that is an inverted image of the passed in image.
|
| // Each color becomes its inverse in the color wheel. So (255, 15, 0) becomes
|
|
|