| Index: tracing/tracing/ui/extras/chrome/cc/tile_view.html
|
| diff --git a/tracing/tracing/ui/extras/chrome/cc/tile_view.html b/tracing/tracing/ui/extras/chrome/cc/tile_view.html
|
| index 2c556c67a7b62372d2ed0fa965011f55225b2de6..96ba6eb1a8363cd5f9c10482fe0db637f5d582b3 100644
|
| --- a/tracing/tracing/ui/extras/chrome/cc/tile_view.html
|
| +++ b/tracing/tracing/ui/extras/chrome/cc/tile_view.html
|
| @@ -29,7 +29,7 @@ tr.exportTo('tr.ui.e.chrome.cc', function() {
|
| this.classList.add('tr-ui-e-chrome-cc-tile-snapshot-view');
|
| this.layerTreeView_ =
|
| new tr.ui.e.chrome.cc.LayerTreeHostImplSnapshotView();
|
| - this.appendChild(this.layerTreeView_);
|
| + Polymer.dom(this).appendChild(this.layerTreeView_);
|
| },
|
|
|
| updateContents: function() {
|
|
|