| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index fda2cf18b882eb4d26944e846320c49da4d61f82..a33c48ae2f8d43eb816486d391a09529041c3cda 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -415,6 +415,10 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost,
|
| // cross-process window.focus() calls.
|
| void SetFocusedFrame();
|
|
|
| + // This is used to clear focus inside an inner WebContents when focus shifts
|
| + // to a frame in the outer WebContents or a sibling WebContents.
|
| + void ClearFocusedFrame();
|
| +
|
| // Deletes the current selection plus the specified number of characters
|
| // before and after the selection or caret.
|
| void ExtendSelectionAndDelete(size_t before, size_t after);
|
|
|