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

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

Issue 488273004: Revert 290845 "Forward input and compositing tasks to the Blink ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 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: trunk/src/content/renderer/input/input_event_filter_unittest.cc
===================================================================
--- trunk/src/content/renderer/input/input_event_filter_unittest.cc (revision 290956)
+++ trunk/src/content/renderer/input/input_event_filter_unittest.cc (working copy)
@@ -126,9 +126,9 @@
class InputEventFilterTest : public testing::Test {
public:
virtual void SetUp() OVERRIDE {
- filter_ = new InputEventFilter(&message_recorder_,
- base::MessageLoopProxy::current(),
- message_loop_.message_loop_proxy());
+ filter_ = new InputEventFilter(
+ &message_recorder_,
+ message_loop_.message_loop_proxy());
filter_->SetBoundHandler(
base::Bind(&InputEventRecorder::HandleInputEvent,
base::Unretained(&event_recorder_)));
« no previous file with comments | « trunk/src/content/renderer/input/input_event_filter.cc ('k') | trunk/src/content/renderer/render_thread_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698