| Index: third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js
|
| index b1a1c8693083dbfd0ff1319868c5c59716571b36..486429cc3f224f0c0076684bcaf36d59ff928061 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js
|
| @@ -548,6 +548,10 @@ WebInspector.DeviceModeView.Ruler.prototype = {
|
| step = 4;
|
| if (this._scale < 0.4)
|
| step = 8;
|
| + if (this._scale < 0.2)
|
| + step = 16;
|
| + if (this._scale < 0.1)
|
| + step = 32;
|
|
|
| for (var i = count; i < this._count; i++) {
|
| if (!(i % step))
|
|
|