| Index: Source/core/frame/PageScaleConstraintsSet.h
|
| diff --git a/Source/core/frame/PageScaleConstraintsSet.h b/Source/core/frame/PageScaleConstraintsSet.h
|
| index da79c7f4b11b49c83791850839a68a5166216b74..356ea0527ea3f98abfd21c3a5f0944ae73cc3f75 100644
|
| --- a/Source/core/frame/PageScaleConstraintsSet.h
|
| +++ b/Source/core/frame/PageScaleConstraintsSet.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef PageScaleConstraintsSet_h
|
| #define PageScaleConstraintsSet_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/dom/ViewportDescription.h"
|
| #include "core/frame/PageScaleConstraints.h"
|
| #include "platform/Length.h"
|
| @@ -41,7 +42,7 @@ namespace blink {
|
|
|
| // This class harmonizes the viewport (particularly page scale) constraints from
|
| // the meta viewport tag and other sources.
|
| -class PageScaleConstraintsSet {
|
| +class CORE_EXPORT PageScaleConstraintsSet {
|
| public:
|
| static PassOwnPtr<PageScaleConstraintsSet> create()
|
| {
|
|
|