| 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 f66411d23d969d39d975bf159cedae196062778b..e7f1de5b995d53378e3504e5d5362a5654fefcfd 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -408,7 +408,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
|
|
| // Returns whether the frame is focused. A frame is considered focused when it
|
| // is the parent chain of the focused frame within the frame tree. In
|
| - // addition, its associated RenderWidgetHostView has to be focused.
|
| + // addition, its associated RenderWidgetHost has to be focused.
|
| bool IsFocused();
|
|
|
| protected:
|
|
|