| Index: content/public/renderer/render_view_observer.h
|
| diff --git a/content/public/renderer/render_view_observer.h b/content/public/renderer/render_view_observer.h
|
| index 6952735e6be0bd96df13107818bfe88728770974..82d1c19c12d81a6c97f980381daefc3a9bbbf92e 100644
|
| --- a/content/public/renderer/render_view_observer.h
|
| +++ b/content/public/renderer/render_view_observer.h
|
| @@ -90,10 +90,9 @@ class CONTENT_EXPORT RenderViewObserver : public IPC::Listener,
|
| virtual void Navigate(const GURL& url) {}
|
| virtual void ClosePage() {}
|
|
|
| - // This indicates that animations to scroll the focused element into view (if
|
| - // any) have completed. May be called more than once for a single focus. Can
|
| - // be called from browser, renderer, or compositor.
|
| - virtual void FocusChangeComplete() {}
|
| + // This indicates that animations after showing a virtual keyboard (if any)
|
| + // have completed. Can be called from browser, renderer, or compositor.
|
| + virtual void ImeShownAnimationsComplete() {}
|
|
|
| virtual void OnStop() {}
|
|
|
|
|