Index: content/browser/renderer_host/render_view_host_impl.cc |
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc |
index 7ea514c0a281fdf6927159852ad4a320605b2578..57821cd866843eaafb5af4d0fedda7f08097e728 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.cc |
+++ b/content/browser/renderer_host/render_view_host_impl.cc |
@@ -1538,6 +1538,10 @@ void RenderViewHostImpl::DidCancelPopupMenu() { |
} |
#endif |
+void RenderViewHostImpl::SendOrientationChangeEvent(int orientation) { |
+ Send(new ViewMsg_OrientationChangeEvent(GetRoutingID(), orientation)); |
+} |
+ |
void RenderViewHostImpl::ToggleSpeechInput() { |
Send(new InputTagSpeechMsg_ToggleSpeechInput(GetRoutingID())); |
} |