| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index eb69fce58933f696fe3b2e2f7293b19d713581e4..6d16711f59c0fe2a1de818bd834096df2a0c15b8 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -250,6 +250,11 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
|
| // but it failed, thus HasFocus() returns false.
|
| bool is_focused() const { return is_focused_; }
|
|
|
| + // Support for focus tracking on multi-WebContents cases. Users other than
|
| + // WebContens and RenderWidgetHost should use Focus()/Blur().
|
| + void FocusDirect();
|
| + void BlurDirect();
|
| +
|
| // Called to notify the RenderWidget that it has lost the mouse lock.
|
| void LostMouseLock();
|
|
|
|
|