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

Unified Diff: cc/trees/layer_tree_host_impl.h

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/layer_tree_host_impl.h
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
index ba4fabf09afdb746e9a9055b591a620be72afcf3..16f536b2fcb7e0a224eaf49d237f3dd541f08596 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -98,6 +98,9 @@ class LayerTreeHostImplClient {
virtual void DidActivateSyncTree() = 0;
virtual void DidManageTiles() = 0;
+ // Called when page scale animation has completed, but before the commit.
+ virtual void DidCompletePageScaleAnimationBeforeCommit() = 0;
aelias_OOO_until_Jul13 2014/11/22 03:38:11 I don't think it's needed to say "BeforeCommit" in
please use gerrit instead 2014/11/24 20:22:31 Done.
+
protected:
virtual ~LayerTreeHostImplClient() {}
};

Powered by Google App Engine
This is Rietveld 408576698