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

Unified Diff: chrome/browser/resources/gpu_internals/timeline_view.css

Issue 7555005: Moving the contents of chrome://gpu Profiling to chrome://tracing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 4 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/browser/resources/gpu_internals/timeline_view.css
diff --git a/chrome/browser/resources/gpu_internals/timeline_view.css b/chrome/browser/resources/gpu_internals/timeline_view.css
deleted file mode 100644
index 98281372521f4c9ae53f04cf63a5bd0a52d84fe3..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/gpu_internals/timeline_view.css
+++ /dev/null
@@ -1,46 +0,0 @@
-/*
-Copyright (c) 2011 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
-*/
-.timeline-view {
- padding: 0px;
- -webkit-box-orient: vertical;
- -webkit-box-flex: 1;
- display: -webkit-box;
-}
-
-.timeline-view > .timeline {
- display: -webkit-box;
- -webkit-box-flex: 1;
- overflow: auto;
-}
-
-.timeline-view .timeline-container {
- -webkit-box-flex: 1;
- display: -webkit-box;
- overflow: auto;
-}
-
-.timeline-view .timeline-container > * {
- -webkit-box-flex: 1;
-}
-.timeline-view .summary-container * {
- -webkit-user-select: text;
-}
-
-.timeline-view .summary-container {
- border-top: 1px solid black;
- max-height: 250px;
- min-height: 250px;
- font-family: monospace;
- overflow: auto;
-}
-
-.timeline-view .selection {
- margin: 2px;
-}
-
-.timeline-view .selection ul {
- margin: 0px;
-}
« no previous file with comments | « chrome/browser/resources/gpu_internals/timeline_track.js ('k') | chrome/browser/resources/gpu_internals/timeline_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698