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

Unified Diff: chrome/browser/resources/gpu_internals/info_view.html

Issue 6712048: Implement easy GPU feature status summary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor tweak. Created 9 years, 8 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/info_view.html
diff --git a/chrome/browser/resources/gpu_internals/info_view.html b/chrome/browser/resources/gpu_internals/info_view.html
index c76f31cda865bd8a8294c352760449940419ea8f..6e05b39a2a3da3bca2a3dcc32efeb99403ed70c7 100644
--- a/chrome/browser/resources/gpu_internals/info_view.html
+++ b/chrome/browser/resources/gpu_internals/info_view.html
@@ -4,15 +4,18 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<div id=info-view label="GPU Info">
- <h3>Version Information</h3>
- <div id="client-info"></div>
-
- <div class="blacklisted-indicator">
- <h3>Hardware Acceleration Unavailable</h3>
- <ul class="blacklisted-reasons">
+ <h3>Hardware Acceleration Status</h3>
+ <ul class="feature-status-list">
+ </ul>
+ <div class='problems-div'>
+ <h3>Problems Detected</h3>
+ <ul class="problems-list">
</ul>
</div>
+ <h3>Version Information</h3>
+ <div id="client-info"></div>
+
<h3>Driver Information</h3>
<div id="basic-info"></div>
@@ -29,7 +32,7 @@ found in the LICENSE file.
</li>
</ul>
</div>
-
+
<!-- templates -->
<div style="display:none">
<div id="info-view-table-template">

Powered by Google App Engine
This is Rietveld 408576698