| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index af06cf2e8cb7897870f68c8a976213c61a0cc589..69e5c6b4b6437265ef92f1549f32fb17dc114085 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -862,6 +862,10 @@ class RenderViewImpl : public RenderWidget,
|
| const FilePath& local_directory_name);
|
| void OnMediaPlayerActionAt(const gfx::Point& location,
|
| const WebKit::WebMediaPlayerAction& action);
|
| +
|
| + // Screen has rotated. 0 = default (portrait), 90 = one turn right, and so on.
|
| + void OnOrientationChangeEvent(int orientation);
|
| +
|
| void OnPluginActionAt(const gfx::Point& location,
|
| const WebKit::WebPluginAction& action);
|
| void OnMoveOrResizeStarted();
|
|
|