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

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

Issue 1967613003: Migrate child element manipulation, innerHTML, classList, attributes, (Closed) Base URL: https://github.com/catapult-project/catapult.git@polymer10-migration
Patch Set: white space fix. Created 4 years, 7 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: 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 6c18719f8cfda520b444ea42a6ae28f54c5dc565..bf80c3b7252c5428ce0e2330e930e14c16a48425 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
@@ -214,7 +214,7 @@ tr.exportTo('tr.ui.e.chrome.cc', function() {
Polymer.dom(this.controls_).appendChild(showInputEventsCheckbox);
this.whatRasterizedLink_ = document.createElement('a');
- this.whatRasterizedLink_.classList.add('what-rasterized');
+ Polymer.dom(this.whatRasterizedLink_).classList.add('what-rasterized');
this.whatRasterizedLink_.textContent = 'What rasterized?';
this.whatRasterizedLink_.addEventListener(
'click', this.onWhatRasterizedLinkClicked_.bind(this));

Powered by Google App Engine
This is Rietveld 408576698