Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / base / message_loop / message_pump_glib.cc
index 13d8b2b..3da5f56 100644 (file)
@@ -323,4 +323,9 @@ MessagePumpDispatcher* MessagePumpGlib::GetDispatcher() {
   return state_ ? state_->dispatcher : NULL;
 }
 
+bool MessagePumpGlib::ShouldQuit() const {
+  CHECK(state_);
+  return state_->should_quit;
+}
+
 }  // namespace base