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

Unified Diff: Source/core/inspector/InspectorHighlight.cpp

Issue 1311783003: Devtools[LayoutEditor]: Rework layout-editor workflow (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@resize
Patch Set: Address comments Created 5 years, 3 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/InspectorHighlight.h ('k') | Source/core/inspector/InspectorOverlayHost.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorHighlight.cpp
diff --git a/Source/core/inspector/InspectorHighlight.cpp b/Source/core/inspector/InspectorHighlight.cpp
index b6a43f0e8d6aad82ac905229370a0bfc3e99ffdd..8b48c73ff72bf8f824f4b00e88674241877743bb 100644
--- a/Source/core/inspector/InspectorHighlight.cpp
+++ b/Source/core/inspector/InspectorHighlight.cpp
@@ -225,7 +225,6 @@ InspectorHighlightConfig::InspectorHighlightConfig()
: showInfo(false)
, showRulers(false)
, showExtensionLines(false)
- , showLayoutEditor(false)
, displayAsMaterial(false)
{
}
@@ -447,7 +446,6 @@ InspectorHighlightConfig InspectorHighlight::defaultConfig()
config.showInfo = true;
config.showRulers = true;
config.showExtensionLines = true;
- config.showLayoutEditor = false;
config.displayAsMaterial = false;
return config;
}
« no previous file with comments | « Source/core/inspector/InspectorHighlight.h ('k') | Source/core/inspector/InspectorOverlayHost.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698