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

Unified Diff: Source/devtools/front_end/inspectorCommon.css

Issue 1113813002: [DevTools] Rename View to Widget. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 8 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
Index: Source/devtools/front_end/inspectorCommon.css
diff --git a/Source/devtools/front_end/inspectorCommon.css b/Source/devtools/front_end/inspectorCommon.css
index 4ca58b37a2f4346c1bf653a2fdbca60b06c39491..2b48edf60dfb7f63575c10b6e680209352c00fa6 100644
--- a/Source/devtools/front_end/inspectorCommon.css
+++ b/Source/devtools/front_end/inspectorCommon.css
@@ -102,7 +102,7 @@ body /deep/ iframe.fill {
height: 100%;
}
-body /deep/ .view {
+body /deep/ .widget {
position: relative;
flex: auto;
}
@@ -133,7 +133,7 @@ body /deep/ .flex-centered {
justify-content: center;
}
-body /deep/ iframe.view {
+body /deep/ iframe.widget {
position: absolute;
width: 100%;
height: 100%;
« no previous file with comments | « Source/devtools/front_end/extensions/ExtensionView.js ('k') | Source/devtools/front_end/layers/LayerPaintProfilerView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698