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

Unified Diff: android_webview/browser/hardware_renderer.h

Issue 715733002: [Android] Show autofill popup after animation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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
« no previous file with comments | « no previous file | cc/test/fake_layer_tree_host_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/hardware_renderer.h
diff --git a/android_webview/browser/hardware_renderer.h b/android_webview/browser/hardware_renderer.h
index 7f0459d8a37427dbf70471aac099a1b4e2935f32..671b3ca2f00c6a236f9f4c2ebd73a478d93c1134 100644
--- a/android_webview/browser/hardware_renderer.h
+++ b/android_webview/browser/hardware_renderer.h
@@ -59,6 +59,7 @@ class HardwareRenderer : public cc::LayerTreeHostClient,
virtual void DidCommit() override {}
virtual void DidCommitAndDrawFrame() override {}
virtual void DidCompleteSwapBuffers() override {}
+ virtual void DidCompletePageScaleAnimation() override {}
// cc::LayerTreeHostSingleThreadClient overrides.
virtual void DidPostSwapBuffers() override {}
« no previous file with comments | « no previous file | cc/test/fake_layer_tree_host_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698