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

Unified Diff: cc/trees/thread_proxy.cc

Issue 715733002: [Android] Show autofill popup after animation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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: cc/trees/thread_proxy.cc
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
index 4e18a0bcfd5542bc5a0cb6831d99781535e0c7e0..e9039fb5e5f43e59b14b1fdf98b77734da98cc09 100644
--- a/cc/trees/thread_proxy.cc
+++ b/cc/trees/thread_proxy.cc
@@ -1339,4 +1339,8 @@ void ThreadProxy::DidManageTiles() {
impl().scheduler->DidManageTiles();
}
+void ThreadProxy::DidCompletePageScaleAnimationBeforeCommit() {
aelias_OOO_until_Jul13 2014/11/22 03:38:11 This is called from the impl thread, so it should
please use gerrit instead 2014/11/24 20:22:31 Done.
+ layer_tree_host()->DidCompletePageScaleAnimationBeforeCommit();
aelias_OOO_until_Jul13 2014/11/22 03:38:11 You shouldn't directly access the LayerTreeHost fr
please use gerrit instead 2014/11/24 20:22:31 Done.
+}
+
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698