| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 3702a9267c9bddc8aeed5060e45d21baf2510ffb..7f7dca483200b11e926ccb80d68ce594bae6202f 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -235,6 +235,10 @@ class CONTENT_EXPORT RenderViewImpl
|
| // Indicates whether this page has been focused by the browser.
|
| bool has_focus() const { return has_focus_; }
|
|
|
| + // Sets page-level focus in this view and notifies plugins and Blink's
|
| + // FocusController.
|
| + void SetFocus(bool enable);
|
| +
|
| // Plugin-related functions --------------------------------------------------
|
|
|
| #if defined(ENABLE_PLUGINS)
|
|
|