Upstream version 7.36.152.0
[platform/framework/web/crosswalk.git] / src / content / browser / renderer_host / render_process_host_impl.cc
index c01dc5c..777ffc1 100644 (file)
@@ -853,6 +853,11 @@ void RenderProcessHostImpl::NotifyTimezoneChange() {
   Send(new ViewMsg_TimezoneChange());
 }
 
+ScreenOrientationDispatcherHost* RenderProcessHostImpl
+    ::GetScreenOrientationDispatcherHost() {
+  return screen_orientation_dispatcher_host_;
+}
+
 void RenderProcessHostImpl::AddRoute(
     int32 routing_id,
     IPC::Listener* listener) {