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

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

Issue 363383002: Forward input tasks to the Blink scheduler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests. Created 6 years, 5 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/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 a234e793fdc29a82ab270086fdfd123a69b041ef..40120a7e23f09b46bc0478367579df6e79e707ea 100644
--- a/content/renderer/input/input_event_filter_unittest.cc
+++ b/content/renderer/input/input_event_filter_unittest.cc
@@ -128,6 +128,7 @@ class InputEventFilterTest : public testing::Test {
virtual void SetUp() OVERRIDE {
filter_ = new InputEventFilter(
&message_recorder_,
+ base::MessageLoopProxy::current(),
message_loop_.message_loop_proxy());
filter_->SetBoundHandler(
base::Bind(&InputEventRecorder::HandleInputEvent,

Powered by Google App Engine
This is Rietveld 408576698