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

Unified Diff: chrome/browser/resources/tracing/tracing_controller.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/tracing/tracing_controller.css
diff --git a/chrome/browser/resources/gpu_internals/tracing_controller.css b/chrome/browser/resources/tracing/tracing_controller.css
similarity index 93%
rename from chrome/browser/resources/gpu_internals/tracing_controller.css
rename to chrome/browser/resources/tracing/tracing_controller.css
index 895d69591fdb720442db941e5e26d7d31644961a..b460ad906e98b4e3182fac1452152170f5e817ed 100644
--- a/chrome/browser/resources/gpu_internals/tracing_controller.css
+++ b/chrome/browser/resources/tracing/tracing_controller.css
@@ -3,7 +3,7 @@ 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.
*/
-.gpu-tracing-overlay {
+.tracing-overlay {
text-align: center;
display: -webkit-box;
width: 200px;
@@ -13,7 +13,7 @@ found in the LICENSE file.
-webkit-box-align: center;
}
-.gpu-tracing-start-button {
+.tracing-start-button {
position: fixed;
right: 3px;
top: -1px;
« no previous file with comments | « chrome/browser/resources/tracing/timeline_view.js ('k') | chrome/browser/resources/tracing/tracing_controller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698