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

Unified Diff: base/message_pump_libevent.h

Issue 7262011: Change MessagePumpLibevent::Run to handle IO events before doing idle (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: A better solution Created 9 years, 6 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 | base/message_pump_libevent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_pump_libevent.h
===================================================================
--- base/message_pump_libevent.h (revision 90695)
+++ base/message_pump_libevent.h (working copy)
@@ -144,6 +144,10 @@
// This flag is set when inside Run.
bool in_run_;
+ // This flag is set if the message pump has processed I/O events for
+ // registered FDs.
+ bool processed_io_events_;
+
// The time at which we should call DoDelayedWork.
TimeTicks delayed_work_time_;
« no previous file with comments | « no previous file | base/message_pump_libevent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698