Index: Source/core/testing/InternalSettings.idl |
diff --git a/Source/core/testing/InternalSettings.idl b/Source/core/testing/InternalSettings.idl |
index 8e5753c546c9a3f79d22d0afd2510c3ffb0734b9..c59f8999ffcc9e90c05394ed8f2a5f7e341913e1 100644 |
--- a/Source/core/testing/InternalSettings.idl |
+++ b/Source/core/testing/InternalSettings.idl |
@@ -50,10 +50,6 @@ |
[RaisesException] void setAvailableHoverTypes(DOMString types); |
[RaisesException] void setPrimaryHoverType(DOMString type); |
- // 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: |