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

Side by Side Diff: chrome/browser/resources/gpu_internals/profiling_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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 /*
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
4 found in the LICENSE file.
5 */
6 #profiling-view {
7 padding: 0px;
8 -webkit-box-orient: vertical;
9 -webkit-box-flex: 1;
10 }
11
12 #profiling-view[selected] {
13 display: -webkit-box;
14 }
15
16 #profiling-view > .control {
17 display: -webkit-box;
18 border-bottom: 1px solid #555;
19 }
20
21 #profiling-view > .container {
22 display: -webkit-box;
23 -webkit-box-flex: 1;
24 }
25
26 .profiling-overlay {
27 display: -webkit-box;
28 -webkit-box-orient: vertical;
29 text-align: center;
30 }
31
32 .profiling-overlay .raw-text {
33 overflow: auto;
34 -webkit-box-flex: 1;
35 wrap: none;
36 }
37
38 .profiling-overlay .error {
39 border: 1px solid red;
40 text-align: center;
41 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/gpu_internals/overlay_test.html ('k') | chrome/browser/resources/gpu_internals/profiling_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698