| Index: core/testing/InternalSettings.idl
|
| diff --git a/core/testing/InternalSettings.idl b/core/testing/InternalSettings.idl
|
| index 5ac91334a653c23e5f619f2158f871dc2b6b689f..d4f598460ea99536af2d5deb5fbc61df61f8937d 100644
|
| --- a/core/testing/InternalSettings.idl
|
| +++ b/core/testing/InternalSettings.idl
|
| @@ -38,7 +38,7 @@
|
| [RaisesException] void setPictographFontFamily(DOMString family, DOMString script);
|
| [RaisesException] void setTextAutosizingEnabled(boolean enabled);
|
| [RaisesException] void setTextAutosizingWindowSizeOverride(long width, long height);
|
| - [RaisesException] void setTextAutosizingFontScaleFactor(float fontScaleFactor);
|
| + [RaisesException] void setAccessibilityFontScaleFactor(float fontScaleFactor);
|
| [RaisesException] void setMediaTypeOverride(DOMString mediaTypeOverride);
|
| [RaisesException] void setEditingBehavior(DOMString behavior);
|
| [RaisesException] void setPasswordGenerationDecorationEnabled(boolean enabled);
|
| @@ -50,6 +50,10 @@
|
| // overflow scroll is ready (crbug.com/254111).
|
| [RaisesException] void setCompositorDrivenAcceleratedScrollingEnabled(boolean enabled);
|
|
|
| + // FIXME: This is a temporary flag and should be removed once squashing is
|
| + // ready (crbug.com/261605).
|
| + [RaisesException] void setLayerSquashingEnabled(boolean enabled);
|
| +
|
| // FIXME: The following are RuntimeEnabledFeatures and likely
|
| // cannot be changed after process start. These setters should
|
| // be removed or moved onto internals.runtimeFlags:
|
|
|