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

Unified Diff: tracing/tracing/ui/extras/chrome/cc/display_item_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/display_item_debugger.html
diff --git a/tracing/tracing/ui/extras/chrome/cc/display_item_debugger.html b/tracing/tracing/ui/extras/chrome/cc/display_item_debugger.html
index 51bd601907a966ca75670833f43316a1b2d652fc..a615f77d35d79b8638a24ec8e230422716c017d2 100644
--- a/tracing/tracing/ui/extras/chrome/cc/display_item_debugger.html
+++ b/tracing/tracing/ui/extras/chrome/cc/display_item_debugger.html
@@ -134,7 +134,7 @@ tr.exportTo('tr.ui.e.chrome.cc', function() {
'tr-ui-e-chrome-cc-display-item-debugger');
DisplayItemDebugger.prototype = {
- __proto__: HTMLUnknownElement.prototype,
+ __proto__: HTMLDivElement.prototype,
decorate: function() {
var node = tr.ui.b.instantiateTemplate(
« no previous file with comments | « tracing/tracing/ui/extras/about_tracing/profiling_view.html ('k') | tracing/tracing/ui/extras/chrome/cc/layer_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698