| Index: cc/resource_update_queue.h
|
| diff --git a/cc/resource_update_queue.h b/cc/resource_update_queue.h
|
| index a9c0fbc5944616cd943177bd035f76b05d3722ff..4dbb1544650c45d889ab3cc5fceedead52a95543 100644
|
| --- a/cc/resource_update_queue.h
|
| +++ b/cc/resource_update_queue.h
|
| @@ -6,13 +6,14 @@
|
| #define CCResourceUpdateQueue_h
|
|
|
| #include "base/basictypes.h"
|
| +#include "cc/cc_export.h"
|
| #include "cc/resource_update.h"
|
| #include "cc/texture_copier.h"
|
| #include <deque>
|
|
|
| namespace cc {
|
|
|
| -class ResourceUpdateQueue {
|
| +class CC_EXPORT ResourceUpdateQueue {
|
| public:
|
| ResourceUpdateQueue();
|
| virtual ~ResourceUpdateQueue();
|
|
|