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

Unified Diff: content/public/renderer/render_view_observer.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/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() {}

Powered by Google App Engine
This is Rietveld 408576698