| Index: content/browser/renderer_host/render_widget_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc
|
| index 12f8ba4e908a1ed0595a1adc95340eacb886e78d..1b1f319b4343ea5121f8ffbf1114c57915858dc9 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.cc
|
| @@ -1922,6 +1922,10 @@
|
| OnUserGesture();
|
| }
|
|
|
| +void RenderWidgetHostImpl::Stop() {
|
| + Send(new ViewMsg_Stop(GetRoutingID()));
|
| +}
|
| +
|
| void RenderWidgetHostImpl::SetBackgroundOpaque(bool opaque) {
|
| Send(new ViewMsg_SetBackgroundOpaque(GetRoutingID(), opaque));
|
| }
|
|
|