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

Unified Diff: chrome/browser/resources/gpu_internals/info_view.html

Issue 6551019: Trace_event upgrades (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More gooder js thanks to arv. Created 9 years, 10 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: chrome/browser/resources/gpu_internals/info_view.html
diff --git a/chrome/browser/resources/gpu_internals/info_view.html b/chrome/browser/resources/gpu_internals/info_view.html
index dc4c0cb94fcee1b9984fdce8874142d8116024d2..dd46bec32f45eb442241f0522f183607977427fa 100644
--- a/chrome/browser/resources/gpu_internals/info_view.html
+++ b/chrome/browser/resources/gpu_internals/info_view.html
@@ -34,7 +34,7 @@ found in the LICENSE file.
</td>
<td jsdisplay="value instanceof Array" colspan=2>
<span jscontent="description" class="row-title"></span>
- <div transclude="info-view-table-template">
+ <div transclude="info-view-table-template"></div>
</td>
</tr>
</table>

Powered by Google App Engine
This is Rietveld 408576698