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

Unified Diff: content/browser/renderer_host/input/main_thread_event_queue_browsertest.cc

Issue 2793963002: Allow events in queue to coalesce while executing other events. (Closed)
Patch Set: Fix nits Created 3 years, 8 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 | content/renderer/input/main_thread_event_queue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/input/main_thread_event_queue_browsertest.cc
diff --git a/content/browser/renderer_host/input/main_thread_event_queue_browsertest.cc b/content/browser/renderer_host/input/main_thread_event_queue_browsertest.cc
index 760a8507fe9bc08951ca86a8018101af7ca842ba..b2f38c4685daf09410c4e16365b59b39d59384bb 100644
--- a/content/browser/renderer_host/input/main_thread_event_queue_browsertest.cc
+++ b/content/browser/renderer_host/input/main_thread_event_queue_browsertest.cc
@@ -184,12 +184,8 @@ class MainThreadEventQueueBrowserTest : public ContentBrowserTest {
DISALLOW_COPY_AND_ASSIGN(MainThreadEventQueueBrowserTest);
};
-#if defined(OS_LINUX)
-#define MAYBE_MouseMove DISABLED_MouseMove
-#else
#define MAYBE_MouseMove MouseMove
-#endif
-IN_PROC_BROWSER_TEST_F(MainThreadEventQueueBrowserTest, MAYBE_MouseMove) {
+IN_PROC_BROWSER_TEST_F(MainThreadEventQueueBrowserTest, MouseMove) {
LoadURL(kJankyPageURL);
DoMouseMove();
}
« no previous file with comments | « no previous file | content/renderer/input/main_thread_event_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698