| Index: chrome/browser/renderer_host/render_widget_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_widget_host.h (revision 18286)
|
| +++ chrome/browser/renderer_host/render_widget_host.h (working copy)
|
| @@ -165,6 +165,11 @@
|
| // Called to notify the RenderWidget that it has been resized.
|
| void WasResized();
|
|
|
| + // Called to notify the RenderWidget that its associated native window got
|
| + // focused.
|
| + virtual void GotFocus();
|
| +
|
| + // Tells the renderer it got/lost focus.
|
| void Focus();
|
| void Blur();
|
| void LostCapture();
|
|
|