Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ui / display / chromeos / test / test_display_snapshot.cc
index 90211f8..b7eba9a 100644 (file)
@@ -10,8 +10,10 @@ TestDisplaySnapshot::TestDisplaySnapshot()
                       false,
                       gfx::Point(0, 0),
                       gfx::Size(0, 0),
-                      OUTPUT_TYPE_UNKNOWN,
+                      DISPLAY_CONNECTION_TYPE_UNKNOWN,
                       false,
+                      false,
+                      std::string(),
                       std::vector<const DisplayMode*>(),
                       NULL,
                       NULL) {}
@@ -21,7 +23,7 @@ TestDisplaySnapshot::TestDisplaySnapshot(
     bool has_proper_display_id,
     const gfx::Point& origin,
     const gfx::Size& physical_size,
-    OutputType type,
+    DisplayConnectionType type,
     bool is_aspect_preserving_scaling,
     const std::vector<const DisplayMode*>& modes,
     const DisplayMode* current_mode,
@@ -32,16 +34,14 @@ TestDisplaySnapshot::TestDisplaySnapshot(
                       physical_size,
                       type,
                       is_aspect_preserving_scaling,
+                      false,
+                      std::string(),
                       modes,
                       current_mode,
                       native_mode) {}
 
 TestDisplaySnapshot::~TestDisplaySnapshot() {}
 
-std::string TestDisplaySnapshot::GetDisplayName() { return ""; }
-
-bool TestDisplaySnapshot::GetOverscanFlag() { return false; }
-
 std::string TestDisplaySnapshot::ToString() const { return ""; }
 
 }  // namespace ui