Chromium Code Reviews| Index: content/public/browser/render_widget_host.h |
| diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h |
| index a937f87e3f249fa9516ed37c475b700eb61f43d0..720e35435d469117c5d45c5211703c96a73b099e 100644 |
| --- a/content/public/browser/render_widget_host.h |
| +++ b/content/public/browser/render_widget_host.h |
| @@ -157,6 +157,7 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender { |
| virtual void Focus() = 0; |
| virtual void Blur() = 0; |
| + virtual bool IsFocused() const = 0; |
|
mlamouri (slow - plz ping)
2015/01/21 17:29:36
If preferred, I could expose that to RenderWidgetH
|
| // Sets whether the renderer should show controls in an active state. On all |
| // platforms except mac, that's the same as focused. On mac, the frontmost |