Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Unified Diff: Source/devtools/front_end/OverridesView.js

Issue 179743002: DevTools: Display pixel value in Device Emulation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/OverridesView.js
diff --git a/Source/devtools/front_end/OverridesView.js b/Source/devtools/front_end/OverridesView.js
index 686e70050e8dae82ec7b1a78604219f9146050d7..a4a39c5dadaf72ee6a196dcb4ed70d9e677ec82a 100644
--- a/Source/devtools/front_end/OverridesView.js
+++ b/Source/devtools/front_end/OverridesView.js
@@ -573,6 +573,7 @@ WebInspector.OverridesView.ViewportTab.prototype = {
this._widthRangeInput.min = 100;
this._widthRangeInput.max = 2000;
this._widthRangeInput.addEventListener("change", this._rangeValueChanged.bind(this), false);
+ this._widthRangeInput.addEventListener("input", this._rangeValueChanged.bind(this), false);
this._widthRangeInput.value = this._widthOverrideElement.value;
rowElement = tableElement.createChild("tr");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698