summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/trace-viewer/src/cc/picture_ops_chart_summary_view.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/trace-viewer/src/cc/picture_ops_chart_summary_view.css')
-rw-r--r--chromium/third_party/trace-viewer/src/cc/picture_ops_chart_summary_view.css18
1 files changed, 0 insertions, 18 deletions
diff --git a/chromium/third_party/trace-viewer/src/cc/picture_ops_chart_summary_view.css b/chromium/third_party/trace-viewer/src/cc/picture_ops_chart_summary_view.css
deleted file mode 100644
index ab92b1fa9a4..00000000000
--- a/chromium/third_party/trace-viewer/src/cc/picture_ops_chart_summary_view.css
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Copyright (c) 2013 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.
- */
-
-picture-ops-chart-summary-view {
- -webkit-flex: 0 0 auto;
- font-size: 0;
- margin: 0;
- min-height: 200px;
- min-width: 200px;
- overflow: hidden;
- padding: 0;
-}
-
-picture-ops-chart-summary-view.hidden {
- display: none;
-}