| 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 d770c4ce8640e61cabf2c7377f95f748421380bc..4d63698c810fcc429d67a5063051438722eed0d2 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 base::TimeTicks LastFocusTime() const = 0;
|
|
|
| // 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
|
|
|