| Index: cc/layer_tree_host_common.h
|
| diff --git a/cc/layer_tree_host_common.h b/cc/layer_tree_host_common.h
|
| index c530c5543703b9404e95b509b136812539144c49..d93601980e41f906fe271f28882169866c157cc0 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 "ui/gfx/rect.h"
|
| #include "IntSize.h"
|
| @@ -17,7 +18,7 @@ class LayerImpl;
|
| class LayerSorter;
|
| class Layer;
|
|
|
| -class LayerTreeHostCommon {
|
| +class CC_EXPORT LayerTreeHostCommon {
|
| public:
|
| static gfx::Rect calculateVisibleRect(const gfx::Rect& targetSurfaceRect, const gfx::Rect& layerBoundRect, const WebKit::WebTransformationMatrix&);
|
|
|
| @@ -49,7 +50,7 @@ public:
|
| };
|
| };
|
|
|
| -struct ScrollAndScaleSet {
|
| +struct CC_EXPORT ScrollAndScaleSet {
|
| ScrollAndScaleSet();
|
| ~ScrollAndScaleSet();
|
|
|
|
|