| Index: third_party/WebKit/Source/core/frame/ScreenOrientationController.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/ScreenOrientationController.cpp b/third_party/WebKit/Source/core/frame/ScreenOrientationController.cpp
|
| index e81041238ec1238ebe6363af89f351231326403f..9e35cecd49ab4e729fd97c43deb27d5a6eb9bb5f 100644
|
| --- a/third_party/WebKit/Source/core/frame/ScreenOrientationController.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/ScreenOrientationController.cpp
|
| @@ -6,6 +6,9 @@
|
|
|
| namespace blink {
|
|
|
| +ScreenOrientationController::ScreenOrientationController(LocalFrame& frame)
|
| + : Supplement<LocalFrame>(frame) {}
|
| +
|
| // static
|
| ScreenOrientationController* ScreenOrientationController::from(
|
| LocalFrame& frame) {
|
|
|