Chromium Code Reviews| Index: content/browser/resources/gpu/info_view.html |
| diff --git a/content/browser/resources/gpu/info_view.html b/content/browser/resources/gpu/info_view.html |
| index 7a4fade55b4177e4da9603fe2ad8d6d1da38b373..21270f47a8cc059198b4a9ca51b3e4bcab1dae81 100644 |
| --- a/content/browser/resources/gpu/info_view.html |
| +++ b/content/browser/resources/gpu/info_view.html |
| @@ -23,6 +23,11 @@ found in the LICENSE file. |
| </div> |
| <div> |
| + <h3>GpuMemoryBuffer implementation</h3> |
|
reveman
2015/10/28 14:41:07
See my comment on previous patch.
vignatti (out of this project)
2015/10/28 16:55:25
oh sorry, I didn't see that. Done.
|
| + <div id="gmb-info"></div> |
|
reveman
2015/10/28 14:41:07
nit: gpu-memory-buffer-info
vignatti (out of this project)
2015/10/28 16:55:25
Done.
|
| + </div> |
| + |
| + <div> |
| <h3>Version Information</h3> |
| <div id="client-info"></div> |
| </div> |