| Index: Source/platform/PlatformScreen.h
|
| diff --git a/Source/platform/PlatformScreen.h b/Source/platform/PlatformScreen.h
|
| index fe2596a217f1d6a873ea74c8f080d0661b8e9fb0..7f5a203194b7d05f5d57e229eb5964bf39277c89 100644
|
| --- a/Source/platform/PlatformScreen.h
|
| +++ b/Source/platform/PlatformScreen.h
|
| @@ -47,7 +47,7 @@ PLATFORM_EXPORT FloatRect screenAvailableRect(Widget*);
|
| PLATFORM_EXPORT void screenColorProfile(ColorProfile&);
|
|
|
| PLATFORM_EXPORT uint16_t screenOrientationAngle(Widget*);
|
| -PLATFORM_EXPORT blink::WebScreenOrientationType screenOrientationType(Widget*);
|
| +PLATFORM_EXPORT WebScreenOrientationType screenOrientationType(Widget*);
|
|
|
| } // namespace blink
|
|
|
|
|