Index: content/public/browser/render_view_host.h |
diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h |
index 991c868c9a23d38b9ae016f7637ddd55f1c74cbc..84c5a53e4f2d33336b6a98241842d871a8d775ac 100644 |
--- a/content/public/browser/render_view_host.h |
+++ b/content/public/browser/render_view_host.h |
@@ -245,6 +245,9 @@ class CONTENT_EXPORT RenderViewHost : virtual public RenderWidgetHost { |
virtual void ToggleSpeechInput() = 0; |
+ // User rotated the screen. Calls the "onorientationchange" Javascript hook. |
jam
2012/05/14 06:09:54
where will the code that call this reside, i.e. in
bulach
2012/05/14 11:59:30
really good point! until a couple of days ago :) t
|
+ virtual void SendOrientationChangeEvent(int orientation) = 0; |
+ |
// Passes a list of Webkit preferences to the renderer. |
virtual void UpdateWebkitPreferences(const WebPreferences& prefs) = 0; |
}; |