Upstream version 11.39.252.0
[platform/framework/web/crosswalk.git] / src / ozone / wayland / display_poll_thread.h
index ed2ec98..2c4b611 100644 (file)
@@ -32,6 +32,7 @@ class WaylandDisplayPollThread : public base::Thread {
   static void DisplayRun(WaylandDisplayPollThread* data);
   base::WaitableEvent polling_;  // Is set as long as the thread is polling.
   base::WaitableEvent stop_polling_;
+  int epoll_fd_;
   wl_display* display_;
   DISALLOW_COPY_AND_ASSIGN(WaylandDisplayPollThread);
 };