| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright (c) 2010 The Chromium Authors. All rights reserved. | 2 Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. | 4 found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 <div id=info-view label="GPU Info"> | 6 <div id=info-view label="GPU Info"> |
| 7 <h3>Chrome Version</h3> | 7 <h3>Version Information</h3> |
| 8 <div id="client-info"></div> | 8 <div id="client-info"></div> |
| 9 | 9 |
| 10 <div class="blacklisted-indicator"> | 10 <div class="blacklisted-indicator"> |
| 11 <h3>Hardware Acceleration Unavailable</h3> | 11 <h3>Hardware Acceleration Unavailable</h3> |
| 12 <ul class="blacklisted-reasons"> | 12 <ul class="blacklisted-reasons"> |
| 13 </ul> | 13 </ul> |
| 14 </div> | 14 </div> |
| 15 | 15 |
| 16 <h3>Driver Information</h3> | 16 <h3>Driver Information</h3> |
| 17 <div id="basic-info"></div> | 17 <div id="basic-info"></div> |
| (...skipping 25 matching lines...) Expand all Loading... |
| 43 </td> | 43 </td> |
| 44 <td jsdisplay="value instanceof Array" colspan=2> | 44 <td jsdisplay="value instanceof Array" colspan=2> |
| 45 <span jscontent="description" class="row-title"></span> | 45 <span jscontent="description" class="row-title"></span> |
| 46 <div transclude="info-view-table-template"></div> | 46 <div transclude="info-view-table-template"></div> |
| 47 </td> | 47 </td> |
| 48 </tr> | 48 </tr> |
| 49 </table> | 49 </table> |
| 50 </div> | 50 </div> |
| 51 </div> | 51 </div> |
| 52 </div> | 52 </div> |
| OLD | NEW |