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

Unified Diff: content/public/test/render_view_test.h

Issue 715733002: [Android] Show autofill popup after animation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make this Android CL independent from the ChromeOS CL. 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
Index: content/public/test/render_view_test.h
diff --git a/content/public/test/render_view_test.h b/content/public/test/render_view_test.h
index 7f1709ec525a9d96113b0dd9aaa6d8916a8808db..64bcf93b0b649e19fe99a9b65d5680c354290e7c 100644
--- a/content/public/test/render_view_test.h
+++ b/content/public/test/render_view_test.h
@@ -107,6 +107,11 @@ class RenderViewTest : public testing::Test {
// the element was not found).
bool SimulateElementClick(const std::string& element_id);
+ // Simulates receiving a message about completion of animations caused by a
+ // focus change. The message could originate from the browser, renderer, or
+ // compositor.
+ void SimulateFocusChangeCompleteMessageReceived();
+
// Simulates |node| being focused.
void SetFocused(const blink::WebNode& node);

Powered by Google App Engine
This is Rietveld 408576698