Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1100)

Unified Diff: content/renderer/render_widget.h

Issue 886663002: Rename FocusChangeComplete to ImeShownAnimationsComplete. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698