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

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

Issue 1375663002: Show GpuMemoryBuffer feature in chrome://gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nits and change GpuMemoryBufferInfoAsDictionaryValue main loop Created 5 years, 2 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
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>

Powered by Google App Engine
This is Rietveld 408576698