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

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

Issue 14639004: DevTools: [TrackingHeapProfiler] Provide a chart with living heap date at recording time. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
« no previous file with comments | « Source/devtools/front_end/inspectorCommon.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/profilesPanel.css
diff --git a/Source/devtools/front_end/profilesPanel.css b/Source/devtools/front_end/profilesPanel.css
index 0ae6ff10cfb4a96c0b04ce83789b74291e6b6180..a5a996dac628abeba5743ab4c4e685b04f757b53 100644
--- a/Source/devtools/front_end/profilesPanel.css
+++ b/Source/devtools/front_end/profilesPanel.css
@@ -209,3 +209,12 @@ body.inactive .profile-launcher-view-content button.running:not(.status-bar-item
.profile-canvas-decoration button {
margin: 0 0 0 10px !important;
}
+
+.overview-container {
+ overflow: hidden;
+ position: absolute;
+ top: 0px;
+ width: 100%;
+ height: 80px;
+ bottom: 0px;
+}
« no previous file with comments | « Source/devtools/front_end/inspectorCommon.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698