| Index: ui/display/display.h
|
| diff --git a/ui/display/display.h b/ui/display/display.h
|
| index e0b4cc87568e012f40b29d7bccbd504eb4561121..6becfa9f5ee9632b355fb8639378908c4ab478e0 100644
|
| --- a/ui/display/display.h
|
| +++ b/ui/display/display.h
|
| @@ -81,6 +81,9 @@ class DISPLAY_EXPORT Display final {
|
| // command line via "--force-device-scale-factor".
|
| static bool HasForceDeviceScaleFactor();
|
|
|
| + // Sets the forced device scale factor.
|
| + static void SetForceDeviceScaleFactorForTesting(float scale_factor);
|
| +
|
| // Resets the caches used to determine if a device scale factor is being
|
| // forced from the command line via "--force-device-scale-factor", and thus
|
| // ensures that the command line is reevaluated.
|
|
|