Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index 8e5522a2db4342d4d1409dee4717c2177cebe7bd..782f145d78d1b422d4f36444c159c9989ca3f046 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -863,6 +863,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(); |