summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/trace-viewer/src/cc/layer_tree_host_impl_view.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/trace-viewer/src/cc/layer_tree_host_impl_view.css')
-rw-r--r--chromium/third_party/trace-viewer/src/cc/layer_tree_host_impl_view.css18
1 files changed, 0 insertions, 18 deletions
diff --git a/chromium/third_party/trace-viewer/src/cc/layer_tree_host_impl_view.css b/chromium/third_party/trace-viewer/src/cc/layer_tree_host_impl_view.css
deleted file mode 100644
index 0bc09d831f8..00000000000
--- a/chromium/third_party/trace-viewer/src/cc/layer_tree_host_impl_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.
- */
-
-.lthi-s-view {
- -webkit-flex: 1 1 auto !important;
- -webkit-flex-direction: row;
- display: -webkit-flex;
-}
-
-.lthi-s-view > layer-picker {
- -webkit-flex: 1 1 auto;
-}
-
-.lthi-s-view > x-drag-handle {
- -webkit-flex: 0 0 auto;
-}