Index: third_party/WebKit/public/web/WebDeviceEmulationParams.h |
diff --git a/third_party/WebKit/public/web/WebDeviceEmulationParams.h b/third_party/WebKit/public/web/WebDeviceEmulationParams.h |
index 650fe40d989862a26a279f6db126b78151d27944..e930984ac809ddecfebf396a6c00f66a618b7262 100644 |
--- a/third_party/WebKit/public/web/WebDeviceEmulationParams.h |
+++ b/third_party/WebKit/public/web/WebDeviceEmulationParams.h |
@@ -33,7 +33,8 @@ struct WebDeviceEmulationParams { |
// Emulated view size. Empty size means no override. |
WebSize viewSize; |
- // Whether emulated view should be scaled down if necessary to fit into available space. |
+ // Whether emulated view should be scaled down if necessary to fit into |
+ // available space. |
bool fitToView; |
// Offset of emulated view inside available space, not in fit to view mode. |