| Index: Source/modules/screen_orientation/ScreenOrientationDispatcher.h
|
| diff --git a/Source/modules/screen_orientation/ScreenOrientationDispatcher.h b/Source/modules/screen_orientation/ScreenOrientationDispatcher.h
|
| index 8f24274ef08c4988a68551c2e9e139baa5791011..b4188a8a8ce8254cc57caf20e64fd0848d66e577 100644
|
| --- a/Source/modules/screen_orientation/ScreenOrientationDispatcher.h
|
| +++ b/Source/modules/screen_orientation/ScreenOrientationDispatcher.h
|
| @@ -27,7 +27,7 @@ private:
|
| void stopListening();
|
|
|
| // WebScreenOrientationListener API.
|
| - virtual void didChangeScreenOrientation(blink::WebScreenOrientation) OVERRIDE;
|
| + virtual void didChangeScreenOrientation(blink::WebScreenOrientationType) OVERRIDE;
|
|
|
| Vector<ScreenOrientationController*> m_controllers;
|
| bool m_needsPurge;
|
|
|