Upstream version 10.38.208.0
[platform/framework/web/crosswalk.git] / src / base / message_loop / message_pump.h
index 4dc501b..a2edb45 100644 (file)
@@ -39,7 +39,8 @@ class BASE_EXPORT MessagePump : public NonThreadSafe {
     virtual bool DoDelayedWork(TimeTicks* next_delayed_work_time) = 0;
 
     // Called from within Run just before the message pump goes to sleep.
-    // Returns true to indicate that idle work was done.
+    // Returns true to indicate that idle work was done. Returning false means
+    // the pump will now wait.
     virtual bool DoIdleWork() = 0;
   };