| 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;
|
|
|