Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / display / chromeos / x11 / display_snapshot_x11.h
index 01a44c6..35b5f68 100644 (file)
@@ -18,7 +18,6 @@ namespace ui {
 class DISPLAY_EXPORT DisplaySnapshotX11 : public DisplaySnapshot {
  public:
   DisplaySnapshotX11(int64_t display_id,
-                     bool has_proper_display_id,
                      const gfx::Point& origin,
                      const gfx::Size& physical_size,
                      DisplayConnectionType type,
@@ -38,7 +37,7 @@ class DISPLAY_EXPORT DisplaySnapshotX11 : public DisplaySnapshot {
   int index() const { return index_; }
 
   // DisplaySnapshot overrides:
-  virtual std::string ToString() const OVERRIDE;
+  virtual std::string ToString() const override;
 
  private:
   RROutput output_;