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

Unified Diff: chrome/browser/resources/gpu_internals/timeline.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.css
diff --git a/chrome/browser/resources/gpu_internals/timeline.css b/chrome/browser/resources/gpu_internals/timeline.css
deleted file mode 100644
index 22258316228b646bbe559f7d26ffb5b68f95c328..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/gpu_internals/timeline.css
+++ /dev/null
@@ -1,52 +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-drag-box {
- position: fixed;
- background-color: rgba(0, 0, 255, 0.25);
- border: 1px solid rgb(0, 0, 96);
- font-size: 75%;
-}
-
-.timeline-thread-track {
- display: -webkit-box;
- -webkit-box-orient: vertical;
- padding-top: 1px;
- padding-bottom: 1px;
-}
-
-.timeline-thread-track:not(:first-child) {
- border-top: 1px solid #D0D0D0;
-}
-
-.timeline-slice-track {
- display: -webkit-box;
- -webkit-box-orient: horizontal;
- -webkit-box-align: stretch;
- background-color: white;
- padding-right: 5px;
- margin: 0;
- padding: 0;
- height: 18px;
-}
-
-.timeline-slice-track-title {
- text-align: right;
- overflow: visible;
- width: 300px;
- padding-right: 5px;
-}
-
-.timeline-slice-track-canvas-container {
- -webkit-box-flex: 1;
- width: 100%;
-}
-
-.timeline-slice-track-canvas {
- -webkit-box-flex: 1;
- width: 100%;
- height: 100%;
-}
« no previous file with comments | « chrome/browser/resources/gpu_internals/tests/big_trace.json ('k') | chrome/browser/resources/gpu_internals/timeline.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698