| Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.h
|
| diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.h b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.h
|
| index 5a80789b59d02203b6b2d75ee360743b1b1e0990..848535babd290c0410112d67f587e19286c13a23 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.h
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.h
|
| @@ -38,6 +38,7 @@ class ScreenOrientation final : public EventTargetWithInlineData,
|
| String type() const;
|
| unsigned short angle() const;
|
|
|
| + WebScreenOrientationType getType() const;
|
| void setType(WebScreenOrientationType);
|
| void setAngle(unsigned short);
|
|
|
|
|