Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / test / chromedriver / chrome / device_metrics.cc
index 6cb8e23..df43587 100644 (file)
@@ -8,7 +8,7 @@ DeviceMetrics::DeviceMetrics(int width, int height, double device_scale_factor)
   : width(width),
     height(height),
     device_scale_factor(device_scale_factor),
-    mobile(false),
+    mobile(true),
     fit_window(false),
     text_autosizing(true),
     font_scale_factor(1) {}