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

Side by Side Diff: chrome/browser/resources/gpu_internals/timeline.css

Issue 7495036: about:gpu support for thread name metadata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More cleanup 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 Copyright (c) 2011 The Chromium Authors. All rights reserved. 2 Copyright (c) 2011 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 */ 5 */
6 .timeline-drag-box { 6 .timeline-drag-box {
7 position: fixed; 7 position: fixed;
8 background-color: rgba(0, 0, 255, 0.25); 8 background-color: rgba(0, 0, 255, 0.25);
9 border: 1px solid rgb(0, 0, 96); 9 border: 1px solid rgb(0, 0, 96);
10 font-size: 75%; 10 font-size: 75%;
(...skipping 17 matching lines...) Expand all
28 background-color: white; 28 background-color: white;
29 padding-right: 5px; 29 padding-right: 5px;
30 margin: 0; 30 margin: 0;
31 padding: 0; 31 padding: 0;
32 height: 18px; 32 height: 18px;
33 } 33 }
34 34
35 .timeline-slice-track-title { 35 .timeline-slice-track-title {
36 text-align: right; 36 text-align: right;
37 overflow: visible; 37 overflow: visible;
38 width: 150px; 38 width: 300px;
39 padding-right: 5px; 39 padding-right: 5px;
40 } 40 }
41 41
42 .timeline-slice-track-canvas-container { 42 .timeline-slice-track-canvas-container {
43 -webkit-box-flex: 1; 43 -webkit-box-flex: 1;
44 width: 100%; 44 width: 100%;
45 } 45 }
46 46
47 .timeline-slice-track-canvas { 47 .timeline-slice-track-canvas {
48 -webkit-box-flex: 1; 48 -webkit-box-flex: 1;
49 width: 100%; 49 width: 100%;
50 height: 100%; 50 height: 100%;
51 } 51 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/gpu_internals.html ('k') | chrome/browser/resources/gpu_internals/timeline.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698