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

Unified Diff: content/renderer/input/input_event_filter_unittest.cc

Issue 2835673002: Disable raf alignment when the compositor doesn't generate begin frames. (Closed)
Patch Set: Fix typo 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.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/input/input_event_filter_unittest.cc
diff --git a/content/renderer/input/input_event_filter_unittest.cc b/content/renderer/input/input_event_filter_unittest.cc
index e52bfd4a12ab474751d9a6fbf640135002354f67..7c331743e41e0dc1f8a644795f1d24afb9726755 100644
--- a/content/renderer/input/input_event_filter_unittest.cc
+++ b/content/renderer/input/input_event_filter_unittest.cc
@@ -259,8 +259,8 @@ class InputEventFilterTest : public testing::Test,
}
void RegisterRoute() {
- input_event_queue_ =
- new MainThreadEventQueue(this, main_task_runner_, &renderer_scheduler_);
+ input_event_queue_ = new MainThreadEventQueue(this, main_task_runner_,
+ &renderer_scheduler_, true);
filter_->RegisterRoutingID(kTestRoutingID, input_event_queue_);
}
« no previous file with comments | « no previous file | content/renderer/input/main_thread_event_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698