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

Unified Diff: ui/compositor/compositor.cc

Issue 715733002: [Android] Show autofill popup after animation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hide popup when resizing the viewport resulted in movement of the focused element. Created 6 years 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: ui/compositor/compositor.cc
diff --git a/ui/compositor/compositor.cc b/ui/compositor/compositor.cc
index 088f6ec809101871c0de31ff29299f141106acee..f58d3d8a3cbc59be116ff396dda66c2660c1003b 100644
--- a/ui/compositor/compositor.cc
+++ b/ui/compositor/compositor.cc
@@ -420,6 +420,8 @@ void Compositor::DidPostSwapBuffers() {
swap_state_ = SWAP_POSTED;
}
+void Compositor::DidCompletePageScaleAnimation() {}
+
void Compositor::DidAbortSwapBuffers() {
if (!compositor_thread_loop_.get()) {
if (swap_state_ == SWAP_POSTED) {

Powered by Google App Engine
This is Rietveld 408576698