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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/gpu_internals/profiling_view.css
diff --git a/chrome/browser/resources/gpu_internals/profiling_view.css b/chrome/browser/resources/gpu_internals/profiling_view.css
deleted file mode 100644
index 94b63a1f5e59b7233ad49756de54e7250f41d593..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/gpu_internals/profiling_view.css
+++ /dev/null
@@ -1,41 +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.
-*/
-#profiling-view {
- padding: 0px;
- -webkit-box-orient: vertical;
- -webkit-box-flex: 1;
-}
-
-#profiling-view[selected] {
- display: -webkit-box;
-}
-
-#profiling-view > .control {
- display: -webkit-box;
- border-bottom: 1px solid #555;
-}
-
-#profiling-view > .container {
- display: -webkit-box;
- -webkit-box-flex: 1;
-}
-
-.profiling-overlay {
- display: -webkit-box;
- -webkit-box-orient: vertical;
- text-align: center;
-}
-
-.profiling-overlay .raw-text {
- overflow: auto;
- -webkit-box-flex: 1;
- wrap: none;
-}
-
-.profiling-overlay .error {
- border: 1px solid red;
- text-align: center;
-}
« 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