| Index: third_party/WebKit/Source/platform/geometry/LayoutSize.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/LayoutSize.h b/third_party/WebKit/Source/platform/geometry/LayoutSize.h
|
| index 4a2aa28287eb525341d9d773fe371aa5a9fff6bf..2ed633320a879a9f1c6029fa5267f1033fc97b0d 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/LayoutSize.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/LayoutSize.h
|
| @@ -46,7 +46,7 @@ enum AspectRatioFit {
|
| AspectRatioFitGrow
|
| };
|
|
|
| -class LayoutSize {
|
| +class PLATFORM_EXPORT LayoutSize {
|
| DISALLOW_NEW();
|
| public:
|
| LayoutSize() { }
|
|
|