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

Unified Diff: tracing/tracing/ui/base/pie_chart.html

Issue 1928873003: Use Polymer.dom with many dom manipulations. (Closed) Base URL: https://github.com/catapult-project/catapult.git@polymer10-migration
Patch Set: fixes Created 4 years, 8 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
« no previous file with comments | « tracing/tracing/ui/base/overlay_test.html ('k') | tracing/tracing/ui/base/resize_sensor.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/base/pie_chart.html
diff --git a/tracing/tracing/ui/base/pie_chart.html b/tracing/tracing/ui/base/pie_chart.html
index 5edfd795219154d80cbdb9588e34564031201095..721bbc00dc58a43cf9833ef8a353c6e6a14d7a85 100644
--- a/tracing/tracing/ui/base/pie_chart.html
+++ b/tracing/tracing/ui/base/pie_chart.html
@@ -29,7 +29,7 @@ tr.exportTo('tr.ui.b', function() {
decorate: function() {
ChartBase.prototype.decorate.call(this);
- this.classList.add('pie-chart');
+ Polymer.dom(this).classList.add('pie-chart');
this.data_ = undefined;
this.seriesKeys_ = undefined;
« no previous file with comments | « tracing/tracing/ui/base/overlay_test.html ('k') | tracing/tracing/ui/base/resize_sensor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698