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

Unified Diff: chrome/browser/resources/gpu_internals/tracing_controller.css

Issue 6691013: Introduce gpu_trace_event for gpu performance analysis. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 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: chrome/browser/resources/gpu_internals/tracing_controller.css
diff --git a/chrome/browser/resources/gpu_internals/tracing_controller.css b/chrome/browser/resources/gpu_internals/tracing_controller.css
index 331fe85f9045b6c74d5c768da1ca655b37fe4acc..895d69591fdb720442db941e5e26d7d31644961a 100644
--- a/chrome/browser/resources/gpu_internals/tracing_controller.css
+++ b/chrome/browser/resources/gpu_internals/tracing_controller.css
@@ -26,8 +26,7 @@ found in the LICENSE file.
border-top-right-radius: 8px;
border-top-left-radius: 8px;
background-clip: border-box;
- background: rgb(255,0,0);
- border-left: 1px solid black;
- border-top: 1px solid black;
- border-right: 1px solid black;
+ background: rgb(255, 0, 0);
+ border: 1px solid black;
+ border-bottom: 0;
}

Powered by Google App Engine
This is Rietveld 408576698