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

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

Issue 1925993003: [polymer] Replaces lots of HTMLUnknownElements with HTMLDivElements (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: 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
Index: tracing/tracing/ui/extras/chrome/cc/picture_debugger.html
diff --git a/tracing/tracing/ui/extras/chrome/cc/picture_debugger.html b/tracing/tracing/ui/extras/chrome/cc/picture_debugger.html
index 334b7fdc0cbbfd4c51bd7126890f2cc02c788861..176ddf320cad9e5cb06126d8b92f38cb7cfc1719 100644
--- a/tracing/tracing/ui/extras/chrome/cc/picture_debugger.html
+++ b/tracing/tracing/ui/extras/chrome/cc/picture_debugger.html
@@ -120,7 +120,7 @@ tr.exportTo('tr.ui.e.chrome.cc', function() {
var PictureDebugger = tr.ui.b.define('tr-ui-e-chrome-cc-picture-debugger');
PictureDebugger.prototype = {
- __proto__: HTMLUnknownElement.prototype,
+ __proto__: HTMLDivElement.prototype,
decorate: function() {
var node = tr.ui.b.instantiateTemplate(

Powered by Google App Engine
This is Rietveld 408576698