| Index: cc/resource_update.h
|
| diff --git a/cc/resource_update.h b/cc/resource_update.h
|
| index 78f5fdf1a4eb37450e0d1d79d45db0f390624498..94b7739eebe6ee1d9571671c4ab9d455c96dbcd2 100644
|
| --- a/cc/resource_update.h
|
| +++ b/cc/resource_update.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "ui/gfx/rect.h"
|
| #include "ui/gfx/vector2d.h"
|
| +#include "cc/cc_export.h"
|
|
|
| class SkBitmap;
|
| class SkPicture;
|
| @@ -15,7 +16,7 @@ namespace cc {
|
|
|
| class PrioritizedTexture;
|
|
|
| -struct ResourceUpdate {
|
| +struct CC_EXPORT ResourceUpdate {
|
| static ResourceUpdate Create(PrioritizedTexture*,
|
| const SkBitmap*,
|
| gfx::Rect content_rect,
|
|
|