| Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp
|
| diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp
|
| index 895f7ea601600b34f25fdc040ed641af2341af47..c6015b35847d82117a01ee5679517f9308fb239c 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp
|
| @@ -137,6 +137,10 @@ unsigned short ScreenOrientation::angle() const {
|
| return m_angle;
|
| }
|
|
|
| +WebScreenOrientationType ScreenOrientation::getType() const {
|
| + return m_type;
|
| +}
|
| +
|
| void ScreenOrientation::setType(WebScreenOrientationType type) {
|
| m_type = type;
|
| }
|
|
|