| Index: chrome/browser/renderer_host/render_view_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host.h (revision 10330)
|
| +++ chrome/browser/renderer_host/render_view_host.h (working copy)
|
| @@ -404,6 +404,10 @@
|
| int request_id,
|
| int default_suggestion_index);
|
|
|
| + // Notifies the Renderer that a move or resize of its containing window has
|
| + // started (this is used to hide the autocomplete popups if any).
|
| + void WindowMoveOrResizeStarted();
|
| +
|
| // RenderWidgetHost public overrides.
|
| virtual void Init();
|
| virtual void Shutdown();
|
|
|