Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2163)

Unified Diff: cc/resource_update_queue.h

Issue 11365025: Make cc a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/resource_update_controller.h ('k') | cc/scheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « cc/resource_update_controller.h ('k') | cc/scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698