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

Unified Diff: cc/layer_tree_host_common.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/layer_tree_host_common.h
diff --git a/cc/layer_tree_host_common.h b/cc/layer_tree_host_common.h
index 1349629ba4acd442b051339e8608004cb99d1094..f63be38f469f83c54ac4215d160e6ad5707f5e1d 100644
--- a/cc/layer_tree_host_common.h
+++ b/cc/layer_tree_host_common.h
@@ -6,6 +6,7 @@
#define CCLayerTreeHostCommon_h
#include "base/memory/ref_counted.h"
+#include "cc/cc_export.h"
#include "cc/scoped_ptr_vector.h"
#include "IntRect.h"
#include "IntSize.h"
@@ -17,7 +18,7 @@ class LayerImpl;
class LayerSorter;
class Layer;
-class LayerTreeHostCommon {
+class CC_EXPORT LayerTreeHostCommon {
public:
static IntRect calculateVisibleRect(const IntRect& targetSurfaceRect, const IntRect& layerBoundRect, const WebKit::WebTransformationMatrix&);
@@ -49,7 +50,7 @@ public:
};
};
-struct ScrollAndScaleSet {
+struct CC_EXPORT ScrollAndScaleSet {
ScrollAndScaleSet();
~ScrollAndScaleSet();
« no previous file with comments | « cc/layer_tree_host.h ('k') | cc/layer_tree_host_impl.h » ('j') | cc/occlusion_tracker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698