| Index: content/public/browser/render_widget_host_view.h
|
| diff --git a/content/public/browser/render_widget_host_view.h b/content/public/browser/render_widget_host_view.h
|
| index d503fa9db67e32353e9932062ca3125609789823..50ee0fddce692bbf0af18ed5d904ea1684a64147 100644
|
| --- a/content/public/browser/render_widget_host_view.h
|
| +++ b/content/public/browser/render_widget_host_view.h
|
| @@ -89,7 +89,7 @@ class CONTENT_EXPORT RenderWidgetHostView {
|
| // It is not legal to call Hide() multiple times in a row.
|
| virtual void Show() = 0;
|
| virtual void Hide() = 0;
|
| -
|
| + virtual void Hide(bool content_visible) = 0;
|
| // Whether the view is showing.
|
| virtual bool IsShowing() = 0;
|
|
|
|
|