| Index: chrome/browser/resources/gpu_internals/info_view.html
|
| ===================================================================
|
| --- chrome/browser/resources/gpu_internals/info_view.html (revision 155871)
|
| +++ chrome/browser/resources/gpu_internals/info_view.html (working copy)
|
| @@ -6,20 +6,16 @@
|
| <tabpanel id="info-view">
|
| <div>
|
| <h3>Graphics Feature Status</h3>
|
| - <ul class="feature-status-list"></ul>
|
| + <ul class="feature-status-list">
|
| + </ul>
|
| </div>
|
| -
|
| <div class='problems-div'>
|
| <h3>Problems Detected</h3>
|
| - <ul class="problems-list"></ul>
|
| + <ul class="problems-list">
|
| + </ul>
|
| </div>
|
|
|
| <div>
|
| - <h3>Sandbox Status</h3>
|
| - <ul class="sandbox-status-list"></ul>
|
| - </div>
|
| -
|
| - <div>
|
| <h3>Version Information</h3>
|
| <div id="client-info"></div>
|
| </div>
|
|
|
| Property changes on: chrome/browser/resources/gpu_internals/info_view.html
|
| ___________________________________________________________________
|
| Deleted: svn:mime-type
|
| - text/html
|
|
|
|
|