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

Unified Diff: Source/devtools/front_end/common/Geometry.js

Issue 1202493002: [DevTools] Refactor emulated devices modes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Source/devtools/front_end/emulated_devices/module.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/common/Geometry.js
diff --git a/Source/devtools/front_end/common/Geometry.js b/Source/devtools/front_end/common/Geometry.js
index c548134a023bfa3d7b260324aed54300df01cc24..2948451662604a9ecef76e3d30b1c9691a2435e7 100644
--- a/Source/devtools/front_end/common/Geometry.js
+++ b/Source/devtools/front_end/common/Geometry.js
@@ -30,12 +30,6 @@
WebInspector.Geometry = {};
-/** @typedef {!{top: number, left: number, width: number, height: number}} */
-WebInspector.Geometry.Rect;
-
-/** @typedef {!{top: number, left: number}} */
-WebInspector.Geometry.Insets;
-
/**
* @type {number}
*/
« no previous file with comments | « no previous file | Source/devtools/front_end/emulated_devices/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698