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

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

Issue 430463002: DevTools: highlight page regions as paths, not quads (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments addressed Created 6 years, 5 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 | « Source/core/inspector/InspectorOverlayPage.html ('k') | Source/devtools/front_end/sdk/DOMModel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/common/Color.js
diff --git a/Source/devtools/front_end/common/Color.js b/Source/devtools/front_end/common/Color.js
index 84d7685385a09d212b6f8561c8fc908e56a50f82..1b187d1b61fe5e1379a2f79afcfe9aec16b665fb 100644
--- a/Source/devtools/front_end/common/Color.js
+++ b/Source/devtools/front_end/common/Color.js
@@ -627,7 +627,9 @@ WebInspector.Color.PageHighlight = {
BorderLight: WebInspector.Color.fromRGBA([255, 229, 153, .5]),
Margin: WebInspector.Color.fromRGBA([246, 178, 107, .66]),
MarginLight: WebInspector.Color.fromRGBA([246, 178, 107, .5]),
- EventTarget: WebInspector.Color.fromRGBA([255, 196, 196, .66])
+ EventTarget: WebInspector.Color.fromRGBA([255, 196, 196, .66]),
+ Shape: WebInspector.Color.fromRGBA([96, 82, 177, 0.8]),
+ ShapeMargin: WebInspector.Color.fromRGBA([96, 82, 127, .6])
}
WebInspector.Color.Format = {
« no previous file with comments | « Source/core/inspector/InspectorOverlayPage.html ('k') | Source/devtools/front_end/sdk/DOMModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698