| Index: chrome/browser/resources/gpu_internals/info_view.js
|
| diff --git a/chrome/browser/resources/gpu_internals/info_view.js b/chrome/browser/resources/gpu_internals/info_view.js
|
| index 346cb09a03625a953dbf4b16129cf0eb4416c4d0..ba088a6a3527d635ab250881195723ab6b623810 100644
|
| --- a/chrome/browser/resources/gpu_internals/info_view.js
|
| +++ b/chrome/browser/resources/gpu_internals/info_view.js
|
| @@ -12,7 +12,7 @@ cr.define('gpu', function() {
|
| /**
|
| * Provides information on the GPU process and underlying graphics hardware.
|
| * @constructor
|
| - * @extends {Tab}
|
| + * @extends {cr.ui.TabPanel}
|
| */
|
| var InfoView = cr.ui.define(cr.ui.TabPanel);
|
|
|
|
|