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

Unified Diff: third_party/WebKit/Source/devtools/front_end/layer_viewer/layers3DView.css

Issue 2358253002: DevTools: extract a component for layer viewer (Closed)
Patch Set: renamed the banner Created 4 years, 3 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: third_party/WebKit/Source/devtools/front_end/layer_viewer/layers3DView.css
diff --git a/chrome/test/data/android/payments/style.css b/third_party/WebKit/Source/devtools/front_end/layer_viewer/layers3DView.css
similarity index 65%
copy from chrome/test/data/android/payments/style.css
copy to third_party/WebKit/Source/devtools/front_end/layer_viewer/layers3DView.css
index 1390298b8a6f76f7431d79a4e1d465c7a61f37b9..f57dd5105cef38a85e352306dd72879e7e873c5a 100644
--- a/chrome/test/data/android/payments/style.css
+++ b/third_party/WebKit/Source/devtools/front_end/layer_viewer/layers3DView.css
@@ -4,12 +4,11 @@
* found in the LICENSE file.
*/
-button {
- width: 100%;
- height: 5em;
- font-size: 3em;
+.layers-3d-view {
+ overflow: hidden;
+ -webkit-user-select: none;
}
-pre {
- font-size: 2em;
+canvas {
+ flex: 1 1;
}

Powered by Google App Engine
This is Rietveld 408576698