| Index: third_party/WebKit/Source/core/testing/InternalSettings.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/InternalSettings.idl b/third_party/WebKit/Source/core/testing/InternalSettings.idl
|
| index 3be279c33ee28ec686c07cbb9941832ff4c8f256..ed536e64e50f54997bc48fb92357ee66ad19d0aa 100644
|
| --- a/third_party/WebKit/Source/core/testing/InternalSettings.idl
|
| +++ b/third_party/WebKit/Source/core/testing/InternalSettings.idl
|
| @@ -53,6 +53,7 @@
|
| [RaisesException] void setAvailableHoverTypes(DOMString types);
|
| [RaisesException] void setPrimaryHoverType(DOMString type);
|
| [RaisesException] void setImageAnimationPolicy(DOMString policy);
|
| + [RaisesException] void setCompositorWorkerEnabled(boolean enabled);
|
|
|
| // FIXME: The following are RuntimeEnabledFeatures and likely
|
| // cannot be changed after process start. These setters should
|
|
|