| Index: cc/priority_calculator.h
|
| diff --git a/cc/priority_calculator.h b/cc/priority_calculator.h
|
| index 761b6d5b97e3183cb0892f083a2b2b170db63ef6..77ee22384d7be97695ec4752faf73fc97f7b9426 100644
|
| --- a/cc/priority_calculator.h
|
| +++ b/cc/priority_calculator.h
|
| @@ -7,10 +7,11 @@
|
|
|
| #include "IntRect.h"
|
| #include "IntSize.h"
|
| +#include "cc/cc_export.h"
|
|
|
| namespace cc {
|
|
|
| -class PriorityCalculator {
|
| +class CC_EXPORT PriorityCalculator {
|
| public:
|
| static int uiPriority(bool drawsToRootSurface);
|
| static int visiblePriority(bool drawsToRootSurface);
|
|
|