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

Unified Diff: content/browser/renderer_host/compositor_impl_android.cc

Issue 715733002: [Android] Show autofill popup after animation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on top of https://codereview.chromium.org/826713002/ 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: content/browser/renderer_host/compositor_impl_android.cc
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
index f1fced07b898bffc533c9bbc5a3d6e054a6059d6..5622b1414d11e7306073df81e6c912d20eef5a0e 100644
--- a/content/browser/renderer_host/compositor_impl_android.cc
+++ b/content/browser/renderer_host/compositor_impl_android.cc
@@ -648,6 +648,8 @@ void CompositorImpl::DidCompleteSwapBuffers() {
client_->OnSwapBuffersCompleted(pending_swapbuffers_);
}
+void CompositorImpl::DidCompletePageScaleAnimation() {}
nasko 2015/01/05 19:38:01 Why add an empty method here instead of inlining i
please use gerrit instead 2015/01/05 20:28:25 Good catch! Inlined.
+
void CompositorImpl::DidAbortSwapBuffers() {
TRACE_EVENT0("compositor", "CompositorImpl::DidAbortSwapBuffers");
// This really gets called only once from

Powered by Google App Engine
This is Rietveld 408576698