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

Unified Diff: cc/proxy.h

Issue 11365025: Make cc a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win?? 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
Index: cc/proxy.h
diff --git a/cc/proxy.h b/cc/proxy.h
index a0a53a3984d74af1e8de37613cf0a55658fc1bb4..7609c9535d799418f2d509d07c08d1e8fe10a359 100644
--- a/cc/proxy.h
+++ b/cc/proxy.h
@@ -9,6 +9,7 @@
#include "base/logging.h"
#include "base/time.h"
#include <public/WebCompositorOutputSurface.h>
+#include "cc/cc_export.h"
namespace cc {
@@ -20,7 +21,7 @@ struct RendererCapabilities;
// Abstract class responsible for proxying commands from the main-thread side of
// the compositor over to the compositor implementation.
-class Proxy {
+class CC_EXPORT Proxy {
public:
static void setMainThread(Thread*);
static Thread* mainThread();

Powered by Google App Engine
This is Rietveld 408576698