Index: content/renderer/render_widget.h |
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h |
index 0847f2e30ae1b621e2a29ea7689440e642aae81d..4fd8e63dff0497953185c642b3fb0c14baa12260 100644 |
--- a/content/renderer/render_widget.h |
+++ b/content/renderer/render_widget.h |
@@ -326,9 +326,9 @@ class CONTENT_EXPORT RenderWidget |
void UpdateTextInputState(ShowIme show_ime, ChangeSource change_source); |
#endif |
- // Called when animations due to focus change have completed (if any). Can be |
- // called from the renderer, browser, 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() {} |
// Checks if the composition range or composition character bounds have been |
// changed. If they are changed, the new value will be sent to the browser |