Index: chrome/browser/resources/gpu_internals/info_view.css |
diff --git a/chrome/browser/resources/gpu_internals/info_view.css b/chrome/browser/resources/gpu_internals/info_view.css |
index a352578bd9d7a32c2253b55f9f76e7a85b17f2be..aebe98dc9c025df410ba29918bace91389a978d4 100644 |
--- a/chrome/browser/resources/gpu_internals/info_view.css |
+++ b/chrome/browser/resources/gpu_internals/info_view.css |
@@ -29,14 +29,14 @@ found in the LICENSE file. |
text-align: top; |
} |
-#info-view .feature-enabled { |
+#info-view .feature-green { |
color: rgb(0, 128, 0); |
} |
-#info-view .feature-software { |
+#info-view .feature-yellow { |
color: rgb(128, 128, 0); |
} |
-#info-view .feature-disabled { |
+#info-view .feature-red { |
color: rgb(255, 0, 0); |
} |