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

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: WIP on reveman comments in #9 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..e93c438981b3bc041ee06f91f1e63d1c8f4bd32c 100644
--- a/content/browser/resources/gpu/info_view.html
+++ b/content/browser/resources/gpu/info_view.html
@@ -10,6 +10,12 @@ found in the LICENSE file.
</ul>
</div>
+ <div>
+ <h3>GpuMemoryBuffer implementation</h3>
+ <ul class="gmb-implementation-list">
+ </ul>
+ </div>
+
<div class='workarounds-div'>
<h3>Driver Bug Workarounds</h3>
<ul class="workarounds-list">

Powered by Google App Engine
This is Rietveld 408576698