| 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();
|
|
|
|
|