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

Unified Diff: content/browser/resources/gpu/info_view.html

Issue 1637423004: Show Compositor information in chrome://gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: has -> have Created 4 years, 11 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
« no previous file with comments | « content/browser/resources/gpu/browser_bridge.js ('k') | content/browser/resources/gpu/info_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « content/browser/resources/gpu/browser_bridge.js ('k') | content/browser/resources/gpu/info_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698