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

Unified Diff: tracing/tracing/ui/extras/chrome/cc/layer_tree_quad_stack_view.html

Issue 2378773005: [tracing] Fix typo in layer tree view error (Closed)
Patch Set: grr, single quotes not allowed Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/extras/chrome/cc/layer_tree_quad_stack_view.html
diff --git a/tracing/tracing/ui/extras/chrome/cc/layer_tree_quad_stack_view.html b/tracing/tracing/ui/extras/chrome/cc/layer_tree_quad_stack_view.html
index 100741e8bb116326134a3286dc28c6567f3b405a..34a094b0c1db7f5df9062d4cc7a77418478ff252 100644
--- a/tracing/tracing/ui/extras/chrome/cc/layer_tree_quad_stack_view.html
+++ b/tracing/tracing/ui/extras/chrome/cc/layer_tree_quad_stack_view.html
@@ -603,7 +603,7 @@ tr.exportTo('tr.ui.e.chrome.cc', function() {
if (hasUnresolvedPictureRef) {
status.messages.push({
header: 'Missing picture',
- details: 'Your trace didnt have pictures for every layer. ' +
+ details: 'Your trace didn\'t have pictures for every layer. ' +
'Old chrome versions had this problem'});
}
if (hasMissingLayerRect) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698