Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / ui / display / chromeos / x11 / native_display_event_dispatcher_x11.h
index d173efd..d3f4e0b 100644 (file)
@@ -31,8 +31,8 @@ class DISPLAY_EXPORT NativeDisplayEventDispatcherX11
 
   void SetTickClockForTest(scoped_ptr<base::TickClock> tick_clock);
 
-  // How long the cached output is valid.
-  static const int kCachedOutputsExpirationMs;
+  // How long the cached output is valid after startup.
+  static const int kUseCacheAfterStartupMs;
 
  private:
   NativeDisplayDelegateX11::HelperDelegate* delegate_;  // Not owned.
@@ -41,8 +41,7 @@ class DISPLAY_EXPORT NativeDisplayEventDispatcherX11
   // decoding events regarding output add/remove.
   int xrandr_event_base_;
 
-  // The last time display observers were notified.
-  base::TimeTicks last_notified_time_;
+  base::TimeTicks startup_time_;
 
   scoped_ptr<base::TickClock> tick_clock_;