| Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
|
| diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
|
| index dadb7f5da61ef47c061c04d9de658e219791cdec..c87e6810fddb332825dd4bf78f1252b02f3e543d 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
|
| @@ -30,7 +30,7 @@ class MODULES_EXPORT ScreenOrientationControllerImpl final
|
| ~ScreenOrientationControllerImpl() override;
|
|
|
| void setOrientation(ScreenOrientation*);
|
| - void notifyOrientationChanged();
|
| + void notifyOrientationChanged() override;
|
|
|
| // Implementation of ScreenOrientationController.
|
| void lock(WebScreenOrientationLockType,
|
|
|