Chromium Code Reviews| Index: Source/devtools/front_end/common/Settings.js |
| diff --git a/Source/devtools/front_end/common/Settings.js b/Source/devtools/front_end/common/Settings.js |
| index 671289d4b0921e020ff96792bef0aa8634999af0..29486b1bc8213bfa9178298cd4dc2b20d33d9863 100644 |
| --- a/Source/devtools/front_end/common/Settings.js |
| +++ b/Source/devtools/front_end/common/Settings.js |
| @@ -91,6 +91,7 @@ WebInspector.Settings = function() |
| this.disableOverridesWarning = this.createSetting("disableOverridesWarning", false); |
| this.testPath = this.createSetting("testPath", ""); |
| this.frameViewerHideChromeWindow = this.createSetting("frameViewerHideChromeWindow", false); |
| + this.showSubtreeAnimations = this.createSetting("showSubtreeAnimations", true); |
|
vsevik
2014/11/12 09:14:35
Let's create this setting inside animation sidebar
samli
2014/11/13 01:12:43
Done.
|
| // Rendering options |
| this.showPaintRects = this.createSetting("showPaintRects", false); |