| Index: Source/core/inspector/InspectorOverlayPage.html
|
| diff --git a/Source/core/inspector/InspectorOverlayPage.html b/Source/core/inspector/InspectorOverlayPage.html
|
| index fc150af8731779868c399fb46b1a6c814808a808..e7d30f57143175abf1ad8b44dd1d672bb34fd27d 100644
|
| --- a/Source/core/inspector/InspectorOverlayPage.html
|
| +++ b/Source/core/inspector/InspectorOverlayPage.html
|
| @@ -199,7 +199,7 @@ const transparentColor = "rgba(0, 0, 0, 0)";
|
| const gridBackgroundColor = "rgba(255, 255, 255, 0.8)";
|
|
|
| // The order must correspond to that in InspectorOverlay::OverrideType.
|
| -const overrideEntries = ["User-Agent", "Device Metrics", "Geolocation", "Device Orientation", "Touch", "Media"];
|
| +const overrideEntries = ["User-Agent", "Device Metrics", "Geolocation", "Device Orientation", "Touch", "Media", "Text Autosizing"];
|
| const overrideTouchBit = 1 << 4;
|
|
|
| var overridesContainer;
|
|
|