Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/elements/PlatformFontsWidget.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/elements/PlatformFontsWidget.js b/third_party/WebKit/Source/devtools/front_end/elements/PlatformFontsWidget.js |
| index 37134a3043bfbcd7d45770b657d0ecb7a9336009..2e4ca44bf1f64485ba2c25fdf8e0df2d054c7c3d 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/elements/PlatformFontsWidget.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/PlatformFontsWidget.js |
| @@ -45,6 +45,7 @@ WebInspector.PlatformFontsWidget = function(sharedModel) |
| this.element.appendChild(this._sectionTitle); |
| this._sectionTitle.textContent = WebInspector.UIString("Rendered Fonts"); |
| this._fontStatsSection = this.element.createChild("div", "stats-section"); |
| + this.registerRequiredCSS("elements/platformFontsWidget.css"); |
|
dgozman
2016/03/16 18:59:07
nit: usually do that in a second line of construct
lushnikov
2016/03/16 20:18:19
Done.
|
| } |
| /** |