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

Unified Diff: chrome_linux64/resources/inspector/heapProfiler.css

Issue 14690006: Update reference builds to r197396. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 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: chrome_linux64/resources/inspector/heapProfiler.css
===================================================================
--- chrome_linux64/resources/inspector/heapProfiler.css (revision 197568)
+++ chrome_linux64/resources/inspector/heapProfiler.css (working copy)
@@ -180,6 +180,10 @@
bottom: 173px;
}
+.reserve-80px-at-top {
+ top: 80px !important;
+}
+
.heap-snapshot-view .views-container .view {
position: absolute;
top: 0;
@@ -252,7 +256,7 @@
}
.heap-snapshot-help-status-bar-item .glyph {
- -webkit-mask-position: -160px 0;
+ -webkit-mask-position: -160px -2px;
}
table.heap-snapshot-help {
@@ -263,3 +267,30 @@
opacity: 0.6;
}
+#heap-recording-view .heap-snapshot-view {
+ top: 80px;
+}
+
+.overview-container {
+ overflow: hidden;
+ position: absolute;
+ top: 0px;
+ width: 100%;
+ height: 80px;
+}
+
+#heap-recording-overview-grid .resources-dividers-label-bar {
+ pointer-events: auto;
+}
+
+#heap-recording-overview-container {
+ border-bottom: 1px solid rgba(0, 0, 0, 0.3);
+}
+
+.heap-recording-overview-canvas {
+ position: absolute;
+ top: 20px;
+ left: 0;
+ right: 0;
+ bottom: 0;
+}
« no previous file with comments | « chrome_linux64/resources/inspector/flameChart.css ('k') | chrome_linux64/resources/inspector/helpScreen.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698