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

Unified Diff: cc/proxy.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/priority_calculator.h ('k') | cc/quad_culler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proxy.h
diff --git a/cc/proxy.h b/cc/proxy.h
index 7b1c7e8abf5faf46f3214db08dd1f015a95fa747..5bce61f74202a8efee4927c387ca9733aa052058 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 gfx {
class Rect;
@@ -23,7 +24,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();
« no previous file with comments | « cc/priority_calculator.h ('k') | cc/quad_culler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698