Index: tracing/tracing/ui/extras/chrome/cc/layer_view.html |
diff --git a/tracing/tracing/ui/extras/chrome/cc/layer_view.html b/tracing/tracing/ui/extras/chrome/cc/layer_view.html |
index ab2a403283b5e54181fcfe0a4dfc10d56c608ccb..267888ac8563028a05053790caede04721f54491 100644 |
--- a/tracing/tracing/ui/extras/chrome/cc/layer_view.html |
+++ b/tracing/tracing/ui/extras/chrome/cc/layer_view.html |
@@ -44,9 +44,9 @@ tr.exportTo('tr.ui.e.chrome.cc', function() { |
this.dragBar_.target = this.analysisEl_; |
- this.appendChild(this.layerTreeQuadStackView_); |
- this.appendChild(this.dragBar_); |
- this.appendChild(this.analysisEl_); |
+ Polymer.dom(this).appendChild(this.layerTreeQuadStackView_); |
+ Polymer.dom(this).appendChild(this.dragBar_); |
+ Polymer.dom(this).appendChild(this.analysisEl_); |
this.layerTreeQuadStackView_.addEventListener('selection-change', |
function() { |