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