| Index: Source/core/dom/ViewportDescription.h
|
| diff --git a/Source/core/dom/ViewportDescription.h b/Source/core/dom/ViewportDescription.h
|
| index dcd7d4ce928f65af2db23ff2621a1f23ae931e87..81272cf0c4cf38947e120c23734a57e63ec6e25c 100644
|
| --- a/Source/core/dom/ViewportDescription.h
|
| +++ b/Source/core/dom/ViewportDescription.h
|
| @@ -28,6 +28,7 @@
|
| #ifndef ViewportDescription_h
|
| #define ViewportDescription_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/page/PageScaleConstraints.h"
|
| #include "platform/Length.h"
|
| #include "platform/geometry/FloatSize.h"
|
| @@ -36,7 +37,7 @@ namespace blink {
|
|
|
| class LocalFrame;
|
|
|
| -struct ViewportDescription {
|
| +struct CORE_EXPORT ViewportDescription {
|
|
|
| enum Type {
|
| // These are ordered in increasing importance.
|
|
|