| 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 f738480ab24c0a375b5f277c4e1499bdb0325d86..91c52f16062be9049c95682ddeb4fdb8aab967d0 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js
|
| @@ -420,6 +420,7 @@ WebInspector.DeviceModeView.prototype = {
|
| var ctx = canvas.getContext("2d");
|
| canvas.width = outlineRect.width;
|
| canvas.height = outlineRect.height;
|
| + ctx.imageSmoothingEnabled = false;
|
|
|
| var promise = Promise.resolve();
|
| if (this._model.outlineImage())
|
|
|