| Index: cc/layer_sorter.h
|
| diff --git a/cc/layer_sorter.h b/cc/layer_sorter.h
|
| index 6c5b9c50367ca3b92d85bd60cec3834e7739a4c2..fd81a329184c8ec39530c054525dd6360b7f44a4 100644
|
| --- a/cc/layer_sorter.h
|
| +++ b/cc/layer_sorter.h
|
| @@ -8,6 +8,7 @@
|
| #include "FloatQuad.h"
|
| #include "base/basictypes.h"
|
| #include "base/hash_tables.h"
|
| +#include "cc/cc_export.h"
|
| #include "cc/layer_impl.h"
|
| #include "ui/gfx/point3_f.h"
|
| #include "ui/gfx/rect_f.h"
|
| @@ -38,7 +39,7 @@ namespace cc {
|
| struct GraphEdge;
|
|
|
| // Holds various useful properties derived from a layer's 3D outline.
|
| -struct LayerShape {
|
| +struct CC_EXPORT LayerShape {
|
| LayerShape();
|
| LayerShape(float width, float height, const WebKit::WebTransformationMatrix& drawTransform);
|
| ~LayerShape();
|
| @@ -77,7 +78,7 @@ struct GraphEdge {
|
|
|
|
|
|
|
| -class LayerSorter {
|
| +class CC_EXPORT LayerSorter {
|
| public:
|
| LayerSorter();
|
| ~LayerSorter();
|
|
|