| 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 da813fc8dbafce1a47085ae4b6f5728e2f5b723d..b1cef9cc2a35b57b6a6453e0d7361a15174dd497 100644
|
| --- a/content/browser/resources/gpu/info_view.html
|
| +++ b/content/browser/resources/gpu/info_view.html
|
| @@ -23,11 +23,6 @@ found in the LICENSE file.
|
| </div>
|
|
|
| <div>
|
| - <h3>GpuMemoryBuffer Status</h3>
|
| - <div id="gpu-memory-buffer-info"></div>
|
| - </div>
|
| -
|
| - <div>
|
| <h3>Version Information</h3>
|
| <div id="client-info"></div>
|
| </div>
|
| @@ -37,6 +32,16 @@ found in the LICENSE file.
|
| <div id="basic-info"></div>
|
| </div>
|
|
|
| + <div>
|
| + <h3>Compositor Information</h3>
|
| + <div id="compositor-info"></div>
|
| + </div>
|
| +
|
| + <div>
|
| + <h3>GpuMemoryBuffers Status</h3>
|
| + <div id="gpu-memory-buffer-info"></div>
|
| + </div>
|
| +
|
| <div class="diagnostics">
|
| <h3>Diagnostics</h3>
|
| <div class="diagnostics-loading">... loading ...</div>
|
|
|